https://issues.apache.org/jira/browse/EXTSCRIPT-172 fixing typos

git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1399551 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/xdoc/installation.xml b/src/site/xdoc/installation.xml
index 80c7f7e..f7f5f92 100644
--- a/src/site/xdoc/installation.xml
+++ b/src/site/xdoc/installation.xml
@@ -419,19 +419,19 @@
              ]]></source>
             </subsection>
 
-            <subsection name="preparations for Openwebbeans">
-                <p>From a ext-scripting perspective, dropping the extscript-cdi war into your libraries dir
+            <subsection name="Preparations for Openwebbeans">
+                <p>From a Ext-Scripting perspective, dropping the extscript-cdi war into your libraries dir
                 is enough to enable Openwebbeans support, however you have to have Openwebbeans installed properly
                 which means you have to add a beans.xml file to your META-INF directory and you have to add following
                 entry to your web.xml file:
-                <code><![CDATA[
+                <source><![CDATA[
 <!-- ========================================================================================
                 Optional: enable only if you have openwebbeans working
 ========================================================================================== -->
 <listener>
     <listener-class>org.apache.webbeans.servlet.WebBeansConfigurationListener</listener-class>
 </listener>
-                ]]></code>
+                ]]></source>
 
                 </p>
             </subsection>