Commit 45f2a56e authored by Robert Bradshaw's avatar Robert Bradshaw

Temporary fix for annotation unicode incompatabilities.

parent 85021a88
......@@ -143,7 +143,7 @@ function toggleDiv(id) {
f.write(" %d: " % k)
for c, cc, html in special_chars:
line = line.replace(cc, html)
line = str(line).replace(cc, html)
f.write(line.rstrip())
f.write('</pre>\n')
......
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