Mercurial > public > src > moin > extensions
diff data/plugin/parser/text_x_arnica.py @ 306:2f1b790d9746
arnica css: html-show-alias renamed to description
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Thu, 27 Nov 2008 00:12:00 +0100 |
parents | 1e804e86b6f9 |
children | da0bb5e04a91 |
line wrap: on
line diff
--- a/data/plugin/parser/text_x_arnica.py Thu Nov 27 00:08:52 2008 +0100 +++ b/data/plugin/parser/text_x_arnica.py Thu Nov 27 00:12:00 2008 +0100 @@ -208,7 +208,7 @@ html = '' if self.show_text: - html = '<div class="html-show-alias"> %(this_alias)s</div>' % { + html = '<div class="description"> %(this_alias)s</div>' % { "this_alias": self.to_wikitext(self.arnica_image[image][3])} return html