Commit b2f4e614 authored by Stefan Behnel's avatar Stefan Behnel

use named unicode character instead of numeric escape for clarity

parent 4e1ad627
...@@ -141,7 +141,7 @@ function toggleDiv(id) { ...@@ -141,7 +141,7 @@ function toggleDiv(id) {
return ur"<span class='%s'>%s</span>" % ( return ur"<span class='%s'>%s</span>" % (
group_name, match.group(group_name)) group_name, match.group(group_name))
pos_comment_marker = u'/* \u2026 */\n' pos_comment_marker = u'/* \N{HORIZONTAL ELLIPSIS} */\n'
k = 0 k = 0
code_source_file = self.code.get(source_filename, {}) code_source_file = self.code.get(source_filename, {})
for line in lines: for line in lines:
......
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