2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/docgen/HtmlDoc.py (HtmlDoc.page_break): 
	Fixed indentation issue



svn: r10187
This commit is contained in:
Doug Blank 2008-03-04 23:23:08 +00:00
parent 04d63561e1
commit bfa0ec0853
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/docgen/HtmlDoc.py (HtmlDoc.page_break):
Fixed indentation issue
2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/Bookmarks.py: 0001770: Bookmark Editor window and deleting entries
Set focus on bookmark right above the deleted bookmark

View File

@ -472,7 +472,7 @@ class HtmlDoc(BaseDoc.BaseDoc,BaseDoc.TextDoc):
self.empty = 0
self.f.write(text)
def page_break(self):
def page_break(self):
pass
#------------------------------------------------------------------------