Author: wglass Date: Sat Jan 15 00:04:39 2005 New Revision: 125258 URL: http://svn.apache.org/viewcvs?view=rev&rev=125258 Log: fixed typo: http://issues.apache.org/bugzilla/show_bug.cgi?id=26514 Modified: jakarta/velocity/trunk/docs/user-guide.html jakarta/velocity/trunk/xdocs/user-guide.xml
Modified: jakarta/velocity/trunk/docs/user-guide.html Url: http://svn.apache.org/viewcvs/jakarta/velocity/trunk/docs/user-guide.html?view=diff&rev=125258&p1=jakarta/velocity/trunk/docs/user-guide.html&r1=125257&p2=jakarta/velocity/trunk/docs/user-guide.html&r2=125258 ============================================================================== --- jakarta/velocity/trunk/docs/user-guide.html (original) +++ jakarta/velocity/trunk/docs/user-guide.html Sat Jan 15 00:04:39 2005 @@ -2945,7 +2945,7 @@ ## #include( "a.txt" ) renders as <contents of a.txt> #include( "a.txt" ) -## \#include( "a.txt" ) renders as \#include( "a.txt" ) +## \#include( "a.txt" ) renders as #include( "a.txt" ) \#include( "a.txt" ) ## \\#include ( "a.txt" ) renders as \<contents of a.txt> @@ -3131,7 +3131,31 @@ body of the block. </p> <p> - If <em>$jazz</em> is false, there is no output. Note that + If <em>$jazz</em> is false, the output is + </p> + <div align="left"> + <table cellspacing="4" cellpadding="0" border="0"> + <tr> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + </tr> + <tr> + <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#ffffff"><pre> +\ +</pre></td> + <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + </tr> + <tr> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> + </tr> + </table> + </div> + <p> + Note that things start to break if script elements are not properly escaped. </p> <div align="left"> Modified: jakarta/velocity/trunk/xdocs/user-guide.xml Url: http://svn.apache.org/viewcvs/jakarta/velocity/trunk/xdocs/user-guide.xml?view=diff&rev=125258&p1=jakarta/velocity/trunk/xdocs/user-guide.xml&r1=125257&p2=jakarta/velocity/trunk/xdocs/user-guide.xml&r2=125258 ============================================================================== --- jakarta/velocity/trunk/xdocs/user-guide.xml (original) +++ jakarta/velocity/trunk/xdocs/user-guide.xml Sat Jan 15 00:04:39 2005 @@ -1681,7 +1681,7 @@ ## #include( "a.txt" ) renders as <contents of a.txt> #include( "a.txt" ) -## \#include( "a.txt" ) renders as \#include( "a.txt" ) +## \#include( "a.txt" ) renders as #include( "a.txt" ) \#include( "a.txt" ) ## \\#include ( "a.txt" ) renders as \<contents of a.txt> @@ -1763,7 +1763,15 @@ </p> <p> - If <em>$jazz</em> is false, there is no output. Note that + If <em>$jazz</em> is false, the output is + </p> + +<source><![CDATA[ +\ +]]></source> + + <p> + Note that things start to break if script elements are not properly escaped. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
