diff --git a/web/js_tools.anubis b/web/js_tools.anubis index 06ae9be..c0e1446 100644 --- a/web/js_tools.anubis +++ b/web/js_tools.anubis @@ -21,6 +21,7 @@ define List(Word8) [h . t] then make_js_string(t, if h = '\'' then [ h, '\\' . so_far] //single quote + else if h = '\"' then [ h, '\\' . so_far] else if h = '\r' then ['r', '\\' . so_far] //CR else if h = '\n' then ['n', '\\' . so_far] //LF else if h = '\t' then ['t', '\\' . so_far] //tab -- libgit2 0.21.4