[richfaces-svn-commits] JBoss Rich Faces SVN: r4857 - branches/3.1.x/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 14 10:21:34 EST 2007


Author: artdaw
Date: 2007-12-14 10:21:34 -0500 (Fri, 14 Dec 2007)
New Revision: 4857

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml
Log:
incorrect symbols are fixed

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-12-14 15:21:26 UTC (rev 4856)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-12-14 15:21:34 UTC (rev 4857)
@@ -99,7 +99,7 @@
         none
       </listitem>
     </itemizedlist>
-    <para>If layout=&quot;block&quot; is chosen, the component is rendered as a pair of opening and closing <emphasis role="bold"><property>&lt;div&gt;</property></emphasis> tag, to which it’s possible to apply any available style attributes available for block tags. </para>
+    <para>If layout=&quot;block&quot; is chosen, the component is rendered as a pair of opening and closing <emphasis role="bold"><property>&lt;div&gt;</property></emphasis> tag, to which it&apos;s possible to apply any available style attributes available for block tags. </para>
     <para>Layout=&quot;none&quot; helps to avoid an unnecessary tag round a context that could or couldn&apos;t be rendered according to the defined <emphasis><property>&quot;rendered&quot;</property></emphasis> attribute conditions. If an inner context isn’t rendered, <emphasis role="bold">
         <property>&lt;a4j:outputPanel&gt;</property>
       </emphasis> is rendered as a <emphasis role="bold"><property>&lt;span&gt;</property></emphasis> tag with the id equal to an id of a child component and &quot;display:none&quot; style. If a child component is rendered, <emphasis role="bold">




More information about the richfaces-svn-commits mailing list