]> git.phdru.name Git - bookmarks_db.git/commitdiff
Insert a space.
authorOleg Broytman <phd@phdru.name>
Mon, 11 Jul 2011 18:48:24 +0000 (18:48 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Jul 2011 18:48:24 +0000 (18:48 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@337 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Writers/bkmk_whtml.py

index 7f23fb90dcaac51beaec10d0baf7200f5275b051..309fdcfdd6114aeed19509c1efcd90cc1ed792aa 100644 (file)
@@ -50,8 +50,8 @@ class writer_html(Writer):
 
    def bookmark(self, b, level):
       self.outfile.write(ind_s*(level+1) + '<DT><A HREF="%s" ADD_DATE="%s"' % (b.href.encode(default_encoding), b.add_date))
-      if b.last_visit: self.outfile.write('LAST_VISIT="%s"' % b.last_visit)
-      self.outfile.write('LAST_MODIFIED="%s"' % b.last_modified)
+      if b.last_visit: self.outfile.write(' LAST_VISIT="%s"' % b.last_visit)
+      self.outfile.write(' LAST_MODIFIED="%s"' % b.last_modified)
       if BKMK_FORMAT == "MOZILLA":
          if b.keyword: self.outfile.write(' SHORTCUTURL="%s"' % b.keyword)
          if b.icon_href: self.outfile.write(' ICON_URI="%s"' % b.icon_href)