[richfaces-svn-commits] JBoss Rich Faces SVN: r14720 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 24 14:25:27 EDT 2009


Author: smukhina
Date: 2009-06-24 14:25:27 -0400 (Wed, 24 Jun 2009)
New Revision: 14720

Modified:
   branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/componentControl.xml
Log:
https://jira.jboss.org/jira/browse/RF-927 Bugs in code highlighting are fixed  

Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/componentControl.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/componentControl.xml	2009-06-24 17:37:02 UTC (rev 14719)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/componentControl.xml	2009-06-24 18:25:27 UTC (rev 14720)
@@ -129,7 +129,7 @@
     <para>
       The generated JavaScript function will look as shown below:
     </para>
-    <programlisting role="XML"><![CDATA[function func (event) {
+    <programlisting role="text/javascript"><![CDATA[function func (event) {
 }]]></programlisting>
       <para>
         An important <emphasis role="bold"><property>&lt;rich:componentControl&gt;</property></emphasis> feature, 




More information about the richfaces-svn-commits mailing list