[richfaces-svn-commits] JBoss Rich Faces SVN: r4859 - trunk/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:56:41 EST 2007


Author: smukhina
Date: 2007-12-14 10:56:41 -0500 (Fri, 14 Dec 2007)
New Revision: 4859

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
Log:
incorrect symbols are fixed

Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-12-14 15:51:09 UTC (rev 4858)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-12-14 15:56:41 UTC (rev 4859)
@@ -100,7 +100,7 @@
       </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>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">
+    <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">
         <property>&lt;a4j:outputPanel&gt;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml	2007-12-14 15:51:09 UTC (rev 4858)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml	2007-12-14 15:56:41 UTC (rev 4859)
@@ -157,7 +157,7 @@
   
   <para>Here, the attribute <emphasis><property>&quot;for&quot;</property></emphasis> of a <emphasis role="bold">
     <property>&lt;rich:tooltip&gt;</property>
-  </emphasis> component is required. Whithout it an example doesn’t work because HTML elements aren't presented in component tree built by facelets.
+  </emphasis> component is required. Whithout it an example doesn't work because HTML elements aren't presented in component tree built by facelets.
   </para>
   
 <para>




More information about the richfaces-svn-commits mailing list