I prefer <code> tags for code samples and <em> tags for things
requiring emphasis.
[EMAIL PROTECTED] writes:
> jon 01/06/11 14:47:52
>
> Modified: docs user-guide.html
> xdocs user-guide.xml
> Log:
> place <em> tags around the $allProducts
>
> Revision Changes Path
> 1.40 +3 -3 jakarta-velocity/docs/user-guide.html
>
> Index: user-guide.html
> ===================================================================
> RCS file: /home/cvs/jakarta-velocity/docs/user-guide.html,v
> retrieving revision 1.39
> retrieving revision 1.40
> diff -u -r1.39 -r1.40
> --- user-guide.html 2001/06/11 21:45:23 1.39
> +++ user-guide.html 2001/06/11 21:47:45 1.40
> @@ -1871,9 +1871,9 @@
> <em>$product.Name</em> method (ie: <em>$Product.getName()</em>).
> </p>
> <p>
> - Lets say that $allProducts is a Hashtable. If you wanted to retrieve
> - the key values for the Hashtable as well as the objects within the
> - Hashtable, you can use code like this:
> + Lets say that <em>$allProducts</em> is a Hashtable. If you wanted to
> + retrieve the key values for the Hashtable as well as the objects
> + within the Hashtable, you can use code like this:
> </p>
> <div align="left">
> <table cellspacing="4" cellpadding="0" border="0">
>
>
>
> 1.43 +3 -3 jakarta-velocity/xdocs/user-guide.xml
>
> Index: user-guide.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-velocity/xdocs/user-guide.xml,v
> retrieving revision 1.42
> retrieving revision 1.43
> diff -u -r1.42 -r1.43
> --- user-guide.xml 2001/06/11 21:45:32 1.42
> +++ user-guide.xml 2001/06/11 21:47:50 1.43
> @@ -1074,9 +1074,9 @@
> </p>
>
> <p>
> - Lets say that $allProducts is a Hashtable. If you wanted to retrieve
> - the key values for the Hashtable as well as the objects within the
> - Hashtable, you can use code like this:
> + Lets say that <em>$allProducts</em> is a Hashtable. If you wanted to
> + retrieve the key values for the Hashtable as well as the objects
> + within the Hashtable, you can use code like this:
> </p>
>
> <source><![CDATA[
>
>
>