Bug Tracker

Changes between Initial Version and Version 1 of Ticket #8052, comment 3


Ignore:
Timestamp:
Jan 27, 2011, 11:19:10 AM (12 years ago)
Author:
jitter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8052, comment 3

    initial v1  
    55Note: Please disregard the new bug I opened: Ticket #8062
    66
    7 
    8 <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01EN" " http://www.w3.org/TR/html4/strict.dtd"> <html> <head></head> <body>
    9 
    10     <script type="text/javascript" src=" http://code.jquery.com/jquery-1.5rc1.js"></script>
    11 
    12     <script type="text/javascript">
    13 
     7{{{
     8<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01EN" " http://www.w3.org/TR/html4/strict.dtd">
     9<html>
     10<head></head>
     11<body>
     12    <script src=" http://code.jquery.com/jquery-1.5rc1.js"></script>
     13    <script>
    1414        var el = $('<p>how can this break IE9 - WTF?!</p>');
    15 
    1615    </script>
    17 
    18 </body> </html>
     16</body>
     17</html>
     18}}}