Skip to content

Commit 9c98eec

Browse files
authored
Update ti.html
1 parent fca60d2 commit 9c98eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

true/ti.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
p+=3; while (put.length>p){ pusch.push(put[p]) ; p++ }
77
}
88
} }
9-
document.getElementById("program").InnetHTML=pusch.join('')
9+
document.getElementById("program").InnerHTML=decodeURIComponent(pusch.join(''))
1010
function main(){
1111
code=document.getElementById("program").value; input=document.getElementById("input").value.split("\n")
1212
p=0; output=''; s=[]; ts=[]; /* m=0;*/ cons=output+'\nSTACK: ['+s+']\nTEMPSTACK: ['+ts+']\nBYTES: '+code.length

0 commit comments

Comments
 (0)