diff options
author | Einar Egilsson | 2012-03-11 14:01:57 -0700 |
---|---|---|
committer | Einar Egilsson | 2012-03-11 14:01:57 -0700 |
commit | 211b9c04f45b30992b9c8d976a6ff594bbd291f3 (patch) | |
tree | 77370c4687472c27d036d70e5aac85d63d66b721 /chrome/redirector.html | |
parent | 96397b66079d524f223911f882e3521396c4900c (diff) | |
parent | ae436464d221d3ba4535455f616ceb473e07e0cc (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.html | 6 |
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> |