cvs: smarty /docs/en/designers language-modifiers.xml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1080839187@cvsserver> |
messju Thu Apr 1 12:06:27 2004 EDT
Modified files:
/smarty/docs/en/designers language-modifiers.xml
Log:
another fix for entities
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers.xml?r1=1.9&r2=1.10&ty=u
Index: smarty/docs/en/designers/language-modifiers.xml
diff -u smarty/docs/en/designers/language-modifiers.xml:1.9 smarty/docs/en/designers/language-modifiers.xml:1.10
--- smarty/docs/en/designers/language-modifiers.xml:1.9 Thu Apr 1 11:58:05 2004
+++ smarty/docs/en/designers/language-modifiers.xml Thu Apr 1 12:06:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<chapter id="language.modifiers">
<title>Variable Modifiers</title>
<para>
@@ -1454,7 +1454,7 @@
{$articleTitle|wordwrap:20}
-{$articleTitle|wordwrap:30:"<br>\n"}
+{$articleTitle|wordwrap:30:"<br />\n"}
{$articleTitle|wordwrap:30:"\n":true}
]]>
@@ -1475,12 +1475,13 @@
hasn't seen in
years.
-Blind woman gets new kidney<br>
-from dad she hasn't seen in years.
+Blind woman gets new kidney<br />
+from dad she hasn't seen in<br />
+years.
-Blind woman gets new kidney fr
-om dad she hasn't seen in year
-s.
+Blind woman gets new kidney
+from dad she hasn't seen in
+years.
]]>
</screen>
</example>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php