From f0b15b806279f6b9a3f4bfffc35f3ca49d2cf3ac Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 4 Mar 2015 13:45:23 -0800 Subject: Fixed dingus link in tools/template.html. --- tools/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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"))); }); }); -- cgit v1.2.3