summaryrefslogtreecommitdiff
path: root/sphinx/writers/websupport.py
diff options
context:
space:
mode:
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):