Skip to content
Snippets Groups Projects
  • deuce's avatar
    46b69146
    Clean up forumLib.ssjs for HTML 4.01 strict. · 46b69146
    deuce authored
    The biggest issue was that end tags inside a script element are still part
    of the outer document so this:
    
    <b>
    <script type="text/javascript">
    document.write('Hello!'); // Don't forget the </b>
    </script>
    </b>
    
    Would be illegal because the <b> tag was ended twice.
    *ARGH*
    46b69146
    History
    Clean up forumLib.ssjs for HTML 4.01 strict.
    deuce authored
    The biggest issue was that end tags inside a script element are still part
    of the outer document so this:
    
    <b>
    <script type="text/javascript">
    document.write('Hello!'); // Don't forget the </b>
    </script>
    </b>
    
    Would be illegal because the <b> tag was ended twice.
    *ARGH*