diff --git a/reactos/subsys/system/explorer/taskbar/favorites.cpp b/reactos/subsys/system/explorer/taskbar/favorites.cpp index dc9ad6d8fdb..117bece535a 100644 --- a/reactos/subsys/system/explorer/taskbar/favorites.cpp +++ b/reactos/subsys/system/explorer/taskbar/favorites.cpp @@ -455,9 +455,11 @@ void Favorites::write(LPCTSTR path) const super::write(pos); pos.back(); - xbel.write(path, XMLNode::FORMAT_SMART, XMLHeader("1.0", "UTF-8", "")); + " \"http://www.python.org/topics/xml/dtds/xbel-1.0.dtd\">"; + + xbel.write(path); } /// import Internet Explorer bookmarks from Favorites folder