That typo I fixed... still not right... *slaps self in face*

This commit is contained in:
Jacob Mason 2010-08-10 14:40:11 -05:00
parent 12602cf106
commit 1ca2903d16

View File

@ -82,7 +82,7 @@ class WebSupportBuilder(StandaloneHTMLBuilder):
# Create a dict that will be pickled and used by webapps.
css = '<link rel="stylesheet" href="%s" type=text/css />' % \
pathto('_static/pygment.css', 1)
pathto('_static/pygments.css', 1)
doc_ctx = {'body': ctx.get('body', ''),
'title': ctx.get('title', ''),
'css': css,