Mercurial > public > src > moin > extensions
diff data/plugin/parser/text_x_arnica.py @ 336:ec5f5632d911
text_x_arnica.py: PEP8 whitespace fix
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Tue, 20 Jan 2009 19:58:40 +0100 |
parents | a6d96bdc0598 |
children | 7163e5cf5b77 |
line wrap: on
line diff
--- a/data/plugin/parser/text_x_arnica.py Tue Jan 20 19:47:41 2009 +0100 +++ b/data/plugin/parser/text_x_arnica.py Tue Jan 20 19:58:40 2009 +0100 @@ -262,8 +262,8 @@ "html_tools": self.html_show_tools(image), "date_html": self.html_show_date(image), "alias_html": self.html_show_alias(image), - "submit_title": { True: "images", False: "slide show" }[self.album_link_page], - "action": { True: "show", False: "arnica_slides" }[self.album_link_page], + "submit_title": {True: "images", False: "slide show"}[self.album_link_page], + "action": {True: "show", False: "arnica_slides"}[self.album_link_page], } return html