summaryrefslogtreecommitdiff
path: root/sphinx/writers/websupport.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-21 08:25:43 +0100
committerGeorg Brandl <georg@python.org>2010-11-21 08:25:43 +0100
commit7e3f9d866a8d0d57c13a6e66329c17509e26229a (patch)
tree6e3cca843a911d3498e568aa2f3faf197f0543f3 /sphinx/writers/websupport.py
parentdae3933e87edad48dd0b03cb308345daba2db6a2 (diff)
downloadsphinx-git-7e3f9d866a8d0d57c13a6e66329c17509e26229a.tar.gz
Fix a few smaller issues. Add JS and CSS for all pages.
Diffstat (limited to 'sphinx/writers/websupport.py')
-rw-r--r--sphinx/writers/websupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/websupport.py b/sphinx/writers/websupport.py
index 224329d7e..1214ba015 100644
--- a/sphinx/writers/websupport.py
+++ b/sphinx/writers/websupport.py
@@ -20,7 +20,7 @@ class WebSupportTranslator(HTMLTranslator):
def __init__(self, builder, *args, **kwargs):
HTMLTranslator.__init__(self, builder, *args, **kwargs)
- self.comment_class = 'spxcmt'
+ self.comment_class = 'sphinx-has-comment'
def dispatch_visit(self, node):
if is_commentable(node):