Helpviewer/Bookmarks/NsHtmlWriter.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3145
a9de05d4a22f
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
53 Private method to write an Netscape HTML bookmark file. 53 Private method to write an Netscape HTML bookmark file.
54 54
55 @param root root node of the bookmark tree (BookmarkNode) 55 @param root root node of the bookmark tree (BookmarkNode)
56 @return flag indicating success (boolean) 56 @return flag indicating success (boolean)
57 """ 57 """
58 self.__dev.write("<!DOCTYPE NETSCAPE-Bookmark-file-1>\n" 58 self.__dev.write(
59 "<!DOCTYPE NETSCAPE-Bookmark-file-1>\n"
59 "<!-- This is an automatically generated file.\n" 60 "<!-- This is an automatically generated file.\n"
60 " It will be read and overwritten.\n" 61 " It will be read and overwritten.\n"
61 " DO NOT EDIT! -->\n" 62 " DO NOT EDIT! -->\n"
62 "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;" 63 "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;"
63 " charset=UTF-8\">\n" 64 " charset=UTF-8\">\n"

eric ide

mercurial