Changeset 4386
- Timestamp:
- 10/16/09 08:17:45 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/tt/4548/1.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/tt/4548/1.html
r4385 r4386 4 4 <head> 5 5 <title>Ticket: #4548</title> 6 <meta name="tags" content="editor,unit, stable">6 <meta name="tags" content="editor,unit,drupal"> 7 7 <script type="text/javascript" src="../../cktester/cell.js"></script> 8 8 <script> … … 55 55 <textarea id="editor_data_input"> 56 56 <?php include ("head.html"); ?> 57 <p>paragraph1<!--break--></p> 57 <p>paragraph1</p> 58 <!--break--> 58 59 <p><!--html comment-->paragraph2</p> 59 60 <!-- comment should not be faked --> … … 61 62 <textarea id="editor_data_output"><?php include ("head.html"); ?> 62 63 <p> 63 paragraph1< !--break--></p>64 < p>65 <!--html comment-->paragraph2</p>64 paragraph1</p> 65 <!--break--> 66 <p><!--html comment-->paragraph2</p> 66 67 <!-- comment should not be faked --></textarea> 67 68 </body>
Note: See TracChangeset
for help on using the changeset viewer.
