Skip to content

Commit 5c3fbca

Browse files
committed
viewer: escape string
1 parent ead1751 commit 5c3fbca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wwiser/viewer/wtemplate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Template(object):
1717
${: else x > 5: }
1818
${ : }
1919
${ #comment }
20-
$\{:} escaped
20+
$\\{:} escaped
2121
${_write(x)} or ${x} or ${'%s' % x} or ${"", x} #x must exist
2222
${:if:}{{test}}${:} #also ok
2323
${

0 commit comments

Comments
 (0)