joerg 2003/11/08 06:55:50
Modified: src/webapp/samples/text-wrap welcome.html Log: fixed typo we have a HTML file in our CVS ;-) Revision Changes Path 1.3 +6 -6 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- welcome.html 8 Nov 2003 08:06:15 -0000 1.2 +++ welcome.html 8 Nov 2003 14:55:50 -0000 1.3 @@ -36,10 +36,10 @@ <a href="raw/without-word-boundaries">Long Line Without Word Boundaries</a> </li> <li> -<a href="raw/cdata-model">CDATA and deeply emebedded xml content model</a> +<a href="raw/cdata-model">CDATA and deeply embedded xml content model</a> </li> <li> -<a href="raw/cdata-model-2">CDATA and deeply emebedded xml content model with long names</a> +<a href="raw/cdata-model-2">CDATA and deeply embedded xml content model with long names</a> </li> <li> <a href="raw/ascii-art">Ascii Art</a> @@ -61,10 +61,10 @@ <a href="split/without-word-boundaries">Long Line Without Word Boundaries</a> </li> <li> -<a href="split/cdata-model">CDATA and deeply emebedded xml content model</a> +<a href="split/cdata-model">CDATA and deeply embedded xml content model</a> </li> <li> -<a href="split/cdata-model-2">CDATA and deeply emebedded xml content model with long names</a> +<a href="split/cdata-model-2">CDATA and deeply embedded xml content model with long names</a> </li> <li> <a href="split/ascii-art">Ascii Art</a> @@ -85,10 +85,10 @@ <a href="wrap2para/without-word-boundaries">Long Line Without Word Boundaries</a> </li> <li> -<a href="wrap2para/cdata-model">CDATA and deeply emebedded xml content model</a> +<a href="wrap2para/cdata-model">CDATA and deeply embedded xml content model</a> </li> <li> -<a href="wrap2para/cdata-model-2">CDATA and deeply emebedded xml content model with long names</a> +<a href="wrap2para/cdata-model-2">CDATA and deeply embedded xml content model with long names</a> </li> <li> <a href="wrap2para/ascii-art">Ascii Art</a>
