From: W. Trevor King Date: Fri, 7 Aug 2009 17:12:08 +0000 (-0400) Subject: Respect bugdir's encoding in html generation X-Git-Tag: 1.0.0~62^2~34^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8b420dfbd79404a91adfedf15ac174fc9a9a81eb;p=be.git Respect bugdir's encoding in html generation --- diff --git a/becommands/html.py b/becommands/html.py index 841e181..7ec5ddf 100644 --- a/becommands/html.py +++ b/becommands/html.py @@ -359,7 +359,7 @@ class BEHTMLGen(): BugsEverywhere Issue Tracker - + @@ -371,14 +371,14 @@ class BEHTMLGen(): - - + +
Active BugsInactive BugsActive BugsInactive Bugs
- """ + """ % self.bd.encoding self.bug_line =""" @@ -394,7 +394,7 @@ class BEHTMLGen(): BugsEverywhere Issue Tracker - + @@ -402,11 +402,11 @@ class BEHTMLGen():

BugsEverywhere Bug List

-
Back to Index
+
Back to Index

Bug: _bug_id_

- """ + """ % self.bd.encoding