Item9605: SmartWordBreakPlugin corrupts HTML in topic text
Priority: Normal
Current State: Being Worked On
Released In:
Target Release: n/a
SmartWordBreakPlugin corrupts HTML tags in the topic text. For example: it turns this:
<img src="/foswiki/pub/Web/TheTopic/cvs.png" alt="CVS" title="CVS Repository" border="0" />
... into this:
<img src="/foswiki/pub/Web/TheTopic/cvs.png" alt="CVS" title="CVS Re­pos­i­to­ry" border=<wbr>"0" />
The underlying TML is this:
[[http://my.server/cgi-bin/cvsweb][<img src="%PUBURLPATH%/Web/TheTopic/cvs.png" alt="CVS" title="CVS Repository" border="0" />]]
The topic has these settings:
* Set SMARTWORDBREAKPLUGIN_WHOLEPAGE=1
* Set SMARTWORDBREAKPLUGIN_LONGEST=10
--
MichaelTempest - 02 Sep 2010