changeset 485:28123a0c14db

Unmerge [524] to preserve trac 0.10 compatibility. Those who want 0.11b support should use the head of the experimental/trac-0.11 branch.
author wbell
date Fri, 21 Mar 2008 03:46:02 +0000
parents 3386b22da07b
children ab4f39c2fae5
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, req=req)
+                                shorten_line(chgset.message), self.env)
                         }
                     else:
                         break
Copyright (C) 2012-2017 Edgewall Software