[weld-commits] Weld SVN: r6121 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Apr 15 10:10:30 EDT 2010


Author: mazi
Date: 2010-04-15 10:10:30 -0400 (Thu, 15 Apr 2010)
New Revision: 6121

Modified:
   doc/trunk/reference/en-US/scopescontexts.xml
Log:
Fixed missing quote

Modified: doc/trunk/reference/en-US/scopescontexts.xml
===================================================================
--- doc/trunk/reference/en-US/scopescontexts.xml	2010-04-15 13:26:15 UTC (rev 6120)
+++ doc/trunk/reference/en-US/scopescontexts.xml	2010-04-15 14:10:30 UTC (rev 6121)
@@ -263,7 +263,7 @@
             It's probably better to use one of the link components in JSF 2:
          </para>
 
-         <programlisting role="XML"><![CDATA[<h:link outcome="/addProduct.xhtml value="Add Product">
+         <programlisting role="XML"><![CDATA[<h:link outcome="/addProduct.xhtml" value="Add Product">
    <f:param name="cid" value="#{conversation.id}"/>
 </h:link>]]></programlisting>
          



More information about the weld-commits mailing list