#2552: PHP code on top of page
---------------------------------+------------------------------------------
  Reporter:  connectcase         |       Owner:                 
      Type:  Bug                 |      Status:  new            
  Priority:  Normal              |   Milestone:                 
 Component:  Core : Output Data  |     Version:  FCKeditor 2.3.2
Resolution:                      |    Keywords:  Confirmed      
---------------------------------+------------------------------------------
Changes (by arczi):

  * keywords:  => Confirmed


Comment:

 I confirm. Code:
 {{{
 <?      aaaaaaa();      ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
 Transitional//EN"><?     bbbbbbb();      ?>
 <html><?        ccccccc();      ?>
     <head><?    ddddddd();      ?>
         <title>Full Page Test</title><? eeeeeee();      ?>
     </head>
     <body><?    fffffff();      ?>
         <p>This is some <strong>sample text</strong>. You are using <a
 href="http://www.fckeditor.net/";>FCKeditor</a>.</p>
         <?      ggggggg();      ?>
     </body><?   hhhhhhh();      ?>
 </html>
 <?      iiiiiiii();     ?>
 }}}

 is replaced by the editor with:

 {{{
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
     <head>
         <?      aaaaaaa();      ?><?    bbbbbbb();      ?> <?   ccccccc();
 ?>     <?       ddddddd();      ?>
         <title>Full Page Test</title>
         <?      eeeeeee();      ?>
     </head>
     <body>
         <?      fffffff();      ?>
         <p>This is some <strong>sample text</strong>. You are using <a
 href="http://www.fckeditor.net/";>FCKeditor</a>.</p>
         <?      ggggggg();      ?>
     </body>
 </html>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2552#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to