changeset 477:3fa47d2052a0

Applying patch for #191 from Ross Reedstrom which fixes WikiWord syntax in build commit messages on the main page. Thanks for the patch! Closes #191, Addresses #255 (we should close this when bitten.edgewall.org is updated past [524].)
author wbell
date Thu, 13 Mar 2008 22:29:44 +0000
parents 0311b87b3300
children 6718f9a5c1f1
files bitten/web_ui.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/web_ui.py
+++ b/bitten/web_ui.py
@@ -168,7 +168,7 @@
                             'author': chgset.author or 'anonymous',
                             'date': format_datetime(chgset.date),
                             'message': wiki_to_oneliner(
-                                shorten_line(chgset.message), self.env)
+                                shorten_line(chgset.message), self.env, req=req)
                         }
                     else:
                         break
Copyright (C) 2012-2017 Edgewall Software