Mercurial > moin > 1.9
changeset 37:cbbf74e430db
we don't generate anchors
imported from: moin--main--1.5--patch-38
author | Thomas Waldmann <tw@waldmann-edv.de> |
---|---|
date | Sun, 25 Sep 2005 18:29:11 +0000 |
parents | eb3b18ffb28b |
children | 9ab510c272c4 |
files | MoinMoin/converter/text_html_text_x_moin.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/converter/text_html_text_x_moin.py Sun Sep 25 17:47:45 2005 +0000 +++ b/MoinMoin/converter/text_html_text_x_moin.py Sun Sep 25 18:29:11 2005 +0000 @@ -630,8 +630,6 @@ elif name == 'caption': self.process_caption(node, i, style) style = '' - elif name == 'a': # maybe one of our line-XXX anchors - pass else: raise MoinMoin.error.ConvertError("process_table: Don't support %s element" % name) #else: