Changes between Initial Version and Version 2 of Ticket #853


Ignore:
Timestamp:
Jun 26, 2007, 4:16:54 AM (17 years ago)
Author:
Martin Kou
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #853

    • Property Cc saul11@… added
    • Property Type changed from Bug to New Feature
    • Property Reporter changed from Martin Kou to jlindenbaum@…
  • Ticket #853 – Description

    initial v2  
    99
    1010Example.
     11{{{
    1112<script language="javascript" type="text/javascript">
    1213alert('yay!');
     
    1516echo "Hello again!";
    1617?>
     18}}}
     19
    1720
    1821--> Upon click becomes
     22
     23{{{
    1924<script language="javascript" type="text/javascript">
    2025alert('yay!');
     
    2227echo "Hello again!";
    2328?>
     29
     30}}}
    2431
    2532That line breaker should be left intact?!
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy