Helpviewer/Bookmarks/NsHtmlWriter.py

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

eric ide

mercurial