From 8c83ca35c97ee70d45c20494715d6b20e5d7342f Mon Sep 17 00:00:00 2001 From: Jacob Mason Date: Tue, 10 Aug 2010 18:42:18 -0500 Subject: [PATCH] Don't need to convert moderator to string anymore --- sphinx/websupport/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/websupport/__init__.py b/sphinx/websupport/__init__.py index dc0361bd8..cc065b7f7 100644 --- a/sphinx/websupport/__init__.py +++ b/sphinx/websupport/__init__.py @@ -395,7 +395,7 @@ class WebSupport(object): rv.update({ 'voting': True, 'username': username, - 'moderator': str(moderator).lower(), + 'moderator': moderator, }) return '\n'.join([ '