We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 065624a + b995f89 commit 82d43b5Copy full SHA for 82d43b5
browser.html
@@ -37,7 +37,7 @@
37
<script id="location-bar-template" type="text/template">
38
<form>
39
<div class="input-append span12 location-bar-container">
40
- <input class="span11" id="appendedInputButton" type="text" value="<%= url %>">
+ <input class="span11" id="appendedInputButton" type="text" value="<%= _.escape(url) %>">
41
<button class="btn" type="submit">Go!</button>
42
<span class="ajax-loader"></span>
43
</div>
0 commit comments