# HG changeset patch # User wbell # Date 1205447384 0 # Node ID 3fa47d2052a0f3c72e5f547646f1f7e9ee8a3f92 # Parent 0311b87b3300dc143606261693ff76e67d0d317f 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].) diff --git a/bitten/web_ui.py b/bitten/web_ui.py --- 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