aboutsummaryrefslogtreecommitdiff
path: root/chrome/redirector.html
diff options
context:
space:
mode:
authorEinar Egilsson2012-03-11 14:01:57 -0700
committerEinar Egilsson2012-03-11 14:01:57 -0700
commit211b9c04f45b30992b9c8d976a6ff594bbd291f3 (patch)
tree77370c4687472c27d036d70e5aac85d63d66b721 /chrome/redirector.html
parent96397b66079d524f223911f882e3521396c4900c (diff)
parentae436464d221d3ba4535455f616ceb473e07e0cc (diff)
Merge pull request #1 from rampion/master
Adding URL escaping patch from rampion.
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r--chrome/redirector.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html
index 6dcb39d..68300c1 100644
--- a/chrome/redirector.html
+++ b/chrome/redirector.html
@@ -67,6 +67,10 @@
<input type="checkbox" id="unescape-matches" />
</div>
<div>
+ <label>Escape matches</label>
+ <input type="checkbox" id="escape-matches" />
+ </div>
+ <div>
<label>Enabled</label>
<input type="checkbox" id="redirect-enabled" />
</div>
@@ -77,4 +81,4 @@
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>