aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-04 13:45:23 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-04 13:45:23 -0800
commitf0b15b806279f6b9a3f4bfffc35f3ca49d2cf3ac (patch)
tree1ae207bb8c87a3641562ea1c333c90496b6d3ce2 /tools
parentf2f114de000dcc8d4c382983df8d93530867423f (diff)
Fixed dingus link in tools/template.html.
Diffstat (limited to 'tools')
-rw-r--r--tools/template.html2
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")));
});
});