RB output: Fix internal links.

This commit is contained in:
John Schember 2009-05-23 20:03:02 -04:00
parent 3659eb1b7a
commit 4ac041cace

View File

@ -122,7 +122,7 @@ class RBMLizer(object):
href = href.partition('#')[2]
href = os.path.splitext(os.path.basename(href))[0]
tag_count += 1
text += '<A HREF="%s">' % href
text += '<A HREF="#%s">' % href
tag_stack.append('A')
# Anchor ids