MyBB Community Forums

Full Version: Some html mistakes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Site:
http://www.mybboard.com/
On line 112:
</scr'+'ipt>
this should be
</script>

on line 53:
after
</li>
there should be:
</ul>
Coder Wrote:On line 112:
</scr'+'ipt>
this should be
</script>
That doesn't matter as it's a document.write call, called with javascript. Some prefer splitting up the string.
Coder Wrote:on line 53:
after
</li>
there should be:
</ul>

Yea that's true.
Coder Wrote:Site:
http://www.mybboard.com/
On line 112:
</scr'+'ipt>
this should be
</script>

That is done because certain syntax highlighters mess up if it detects the ending of a programming language no matter where it is even though the interpreter works correctly.