SourceForge.net
2011-03-20 11:27:07 UTC
Bugs item #3228699, was opened at 2011-03-20 12:27
Message generated for change (Tracker Item Submitted) made by manko10
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3228699&group_id=75065
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Janek Bevendorff (manko10)
Assigned to: Nobody/Anonymous (nobody)
Summary: Textile plugin: HTML entities in pre-formatted text
Initial Comment:
When using the Textile markup plugin, HTML special characters (<, >, &) are turned into HTML entities (<, >, &), which is right, but if used inside pre text, those entities are then escaped again (&lt;, &gt;, &amp;)
For instance:
pre. Foobar > 1
becomes
<pre>Foobar &gt; 1</pre>
But instead it should just be <pre>Foobar > 1</pre> so that the browser renders a greater than symbol.
The Plugin "Transforms for HTML plugins" is of course the first markup plugin in the list, but the issue also occurs without it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3228699&group_id=75065
Message generated for change (Tracker Item Submitted) made by manko10
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3228699&group_id=75065
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Janek Bevendorff (manko10)
Assigned to: Nobody/Anonymous (nobody)
Summary: Textile plugin: HTML entities in pre-formatted text
Initial Comment:
When using the Textile markup plugin, HTML special characters (<, >, &) are turned into HTML entities (<, >, &), which is right, but if used inside pre text, those entities are then escaped again (&lt;, &gt;, &amp;)
For instance:
pre. Foobar > 1
becomes
<pre>Foobar &gt; 1</pre>
But instead it should just be <pre>Foobar > 1</pre> so that the browser renders a greater than symbol.
The Plugin "Transforms for HTML plugins" is of course the first markup plugin in the list, but the issue also occurs without it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3228699&group_id=75065