Modify ↓
#12061 closed defect (fixed)
Small bug giving cryptic apache bad header error
| Reported by: | Jae Chang | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Component: | UsernameDecoratePlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
Thanks for the plugin. Exactly what my users wanted. Had one small issue below. Thanks! -Jae
diff -c tracusernamedecorate/web_ui.py\~ tracusernamedecorate/web_ui.py
--- tracusernamedecorate/web_ui.py~ 2014-11-12 17:17:36.000000000 -0600
+++ tracusernamedecorate/web_ui.py 2014-11-12 20:51:49.000000000 -0600
@@ -202,7 +202,7 @@
label != author:
title = None
class_ = 'usernamedecorate-anonymous'
- print author, label
+ return author, label
else:
email_view = chrome.show_email_addresses or \
'EMAIL_VIEW' in req.perm
Diff finished. Thu Nov 13 09:24:28 2014
Attachments (0)
Note: See
TracTickets for help on using
tickets.



In 14262: