mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 11:54:26 +02:00
another fix for entities
This commit is contained in:
@@ -1454,7 +1454,7 @@ $smarty->display('index.tpl');
|
|||||||
|
|
||||||
{$articleTitle|wordwrap:20}
|
{$articleTitle|wordwrap:20}
|
||||||
|
|
||||||
{$articleTitle|wordwrap:30:"<br>\n"}
|
{$articleTitle|wordwrap:30:"<br />\n"}
|
||||||
|
|
||||||
{$articleTitle|wordwrap:30:"\n":true}
|
{$articleTitle|wordwrap:30:"\n":true}
|
||||||
]]>
|
]]>
|
||||||
@@ -1475,12 +1475,13 @@ kidney from dad she
|
|||||||
hasn't seen in
|
hasn't seen in
|
||||||
years.
|
years.
|
||||||
|
|
||||||
Blind woman gets new kidney<br>
|
Blind woman gets new kidney<br />
|
||||||
from dad she hasn't seen in years.
|
from dad she hasn't seen in<br />
|
||||||
|
years.
|
||||||
|
|
||||||
Blind woman gets new kidney fr
|
Blind woman gets new kidney
|
||||||
om dad she hasn't seen in year
|
from dad she hasn't seen in
|
||||||
s.
|
years.
|
||||||
]]>
|
]]>
|
||||||
</screen>
|
</screen>
|
||||||
</example>
|
</example>
|
||||||
|
Reference in New Issue
Block a user