diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/template.html b/tools/template.html index 0db5ff7..d09d48f 100644 --- a/tools/template.html +++ b/tools/template.html @@ -73,7 +73,7 @@ $$(document).ready(function() { $$("div.example").each(function(e) { var t = $$(this).find('code.language-markdown').text(); $$(this).find('a.dingus').click(function(f) { - window.open('/dingus.html?text=' + + window.open('/dingus/?text=' + encodeURIComponent(t.replace(/→/g,"\t"))); }); }); |