NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item9605: SmartWordBreakPlugin corrupts HTML in topic text
SmartWordBreakPlugin corrupts HTML tags in the topic text. For example: it turns this:
Error: no such plugin chili
<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