Simplify.
This commit is contained in:
@@ -392,10 +392,7 @@ void CatalogXml::Save( LoadingWindow *loading_window )
|
||||
xml.AppendChild( "FooterText", FOOTER_TEXT );
|
||||
xml.AppendChild( "FooterLink", FOOTER_LINK );
|
||||
|
||||
XMLDisplayOptions opts;
|
||||
opts.stylesheet = CATALOG_XSL;
|
||||
opts.write_tabs = false;
|
||||
xml.SaveToFile(fn, opts);
|
||||
xml.SaveToFile( fn, XMLDisplayOptions(CATALOG_XSL, false) );
|
||||
|
||||
LOG->Trace( "Done." );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user