diff options
author | Georg Brandl <georg@python.org> | 2010-08-14 14:31:20 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-14 14:31:20 +0200 |
commit | 2be3327209c62605b717980d5234a8c10dba4b3e (patch) | |
tree | bdfed34c6559a6374d86da0ec0f46dada54ee539 | |
parent | d62d568a003e8079fc2d47a5d2e609b2c6b88f4f (diff) | |
download | sphinx-git-2be3327209c62605b717980d5234a8c10dba4b3e.tar.gz |
Fix typo.
-rw-r--r-- | sphinx/themes/basic/static/websupport.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/websupport.js b/sphinx/themes/basic/static/websupport.js index a0aa79170..2cd70e9ba 100644 --- a/sphinx/themes/basic/static/websupport.js +++ b/sphinx/themes/basic/static/websupport.js @@ -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', |