Commit af866677 authored by Stefan Behnel's avatar Stefan Behnel

revert accidental renaming of CSS class

parent 7157a4e5
......@@ -207,7 +207,7 @@ class AnnotationCCodeWriter(CCodeWriter):
onclick=onclick,
))
if c_code:
outlist.append(u"<pre class='cython c_code score-%s'>%s</pre>" % (score, c_code))
outlist.append(u"<pre class='cython code score-%s'>%s</pre>" % (score, c_code))
outlist.append(u"</div>")
return outlist
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment