crossley 2003/12/05 21:10:33
Modified: src/webapp/samples/text-wrap welcome.html Log: Fix xml validation error. Revision Changes Path 1.10 +2 -2 cocoon-2.1/src/webapp/samples/text-wrap/welcome.html Index: welcome.html =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/text-wrap/welcome.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- welcome.html 6 Dec 2003 05:06:12 -0000 1.9 +++ welcome.html 6 Dec 2003 05:10:33 -0000 1.10 @@ -102,8 +102,8 @@ <p> Sequences of two consecutive spaces are replaced by a non-breaking space and a regular space. -Each line is encased in a <code>><br/> -This keeps the text indentation that would be obtained with a <pre> +Each line is encased in a <code><br/> +This method keeps the text indentation that would be obtained with a <pre> while still allowing line wrapping by the browser. This utilises the <a href="http://exslt.org/">exslt extension</a> for strings. </p>
