diff options
-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 10bbdb5..0db5ff7 100644 --- a/tools/template.html +++ b/tools/template.html @@ -77,7 +77,7 @@ $$(document).ready(function() { encodeURIComponent(t.replace(/→/g,"\t"))); }); }); - $$("code.language-markdown").dblclick(function(e) { window.open('/dingus.html?text=' + + $$("code.language-markdown").dblclick(function(e) { window.open('/dingus/?text=' + encodeURIComponent($$(this).find('code').text())); }); }); |