mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix typo.
This commit is contained in:
@@ -618,7 +618,7 @@
|
||||
var title = count + ' comment' + (count == 1 ? '' : 's');
|
||||
var image = count > 0 ? opts.commentBrightImage : opts.commentImage;
|
||||
$(this).append(
|
||||
$(document.createElement('a')).attr({href: '#', class: 'spinx_comment'})
|
||||
$(document.createElement('a')).attr({href: '#', class: 'sphinx_comment'})
|
||||
.append($(document.createElement('img')).attr({
|
||||
src: image,
|
||||
alt: 'comment',
|
||||
|
||||
Reference in New Issue
Block a user