Skip to content

Commit 2f2828e

Browse files
committed
Don't escape code.
1 parent 15b1337 commit 2f2828e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/run/run_template.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function runit(myDiv) {
9797
<div id="runbrowser">
9898
<form>
9999
<textarea edit_id="eta_5" id="runbrowser_code" cols="72" rows="20" style="font-family: 'Lucida Console', Monaco, monospace;">
100-
<%= code %>
100+
<%- code %>
101101
</textarea>
102102
<button onclick="runit('runbrowser')" type="button">Run</button>
103103
</form>

0 commit comments

Comments
 (0)