summaryrefslogtreecommitdiffstats
path: root/core/views/drawings.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/drawings.py')
-rw-r--r--core/views/drawings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/drawings.py b/core/views/drawings.py
index 073f017..a24664d 100644
--- a/core/views/drawings.py
+++ b/core/views/drawings.py
@@ -30,7 +30,7 @@ def unescape(input):
""" : "\"",
"&tab;" : "\t",
"&backslash;" : "\\",
- "&newline;" : "\n\t",
+ "&newline;" : "\n|\t",
"&apostrophe": "'",
}
for c in codes: