various: enhance indexing with IndexMark

svn: r6850
This commit is contained in:
Brian Matherly
2006-06-03 03:32:26 +00:00
parent 20aa297a21
commit 0c008ceb78
23 changed files with 142 additions and 101 deletions

View File

@ -403,7 +403,7 @@ class PdfDoc(BaseDoc.BaseDoc):
else:
self.story.append(Paragraph(line,current_para))
def write_text(self,text,key=""):
def write_text(self,text,mark=None):
text = text.replace('&','&') # Must be first
text = text.replace('<','&lt;')
text = text.replace('>','&gt;')