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.
1 parent 1e46dad commit 15b4c3cCopy full SHA for 15b4c3c
views/index.ejs
@@ -37,7 +37,7 @@ See the LICENSE file for copyright details
37
</div>
38
<% if (selenium) { %>
39
<input id="selenium" name="selenium" type="hidden" value="true">
40
- <input id="ignore" name="ignore" type="hidden" value="<%-ignore%>">
+ <input id="ignore" name="ignore" type="hidden" value="<%=ignore%>">
41
<% } %>
42
</form>
43
<%- include('unsecurewarning') %>
0 commit comments