Ticket #1414 (closed Bug: fixed)
Entities inside <pre> are converted
| Reported by: | alfonsoml | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 |
| Component: | General | Version: | FCKeditor 2.5 Beta |
| Keywords: | Cc: |
Description
Using your browser of choice and a current nightly (it works fine in 2.4.3), switch to source mode and paste
<pre><?php echo "test"; ?></pre>
switch back to design mode and it looks fine. Go back to source mode and the entities aren't converted:
<pre> <?php echo "test"; ?></pre>
so the code has been destroyed.
if instead of <pre> the content is inside <p> for example then it works fine.
Reported in http://www.fckeditor.net/forums/viewtopic.php?f=6&t=7246
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
