diff --git a/documentation/properties.html b/documentation/properties.html index 3a7cdf5f8..236e2d866 100644 --- a/documentation/properties.html +++ b/documentation/properties.html @@ -86,19 +86,19 @@ clarity):
 <!-- All properties are in a x block. --> 
-<x xmlns="http://www.jivesoftware.com/xmlns/xmpp/properties">
-  <!-- First, a property named "prop1" that's an integer. --> 
-  <property>
-    <name>prop1</name>
-    <value type="integer">123</value>
-  <property>
-  <!-- Next, a Java object that's been serialized and then converted
-       from binary data to base-64 encoded text. -->  
-  <property>
-    <name>blah2</name>
-    <value type="java-object">adf612fna9nab</value>
-  <property>
-</x> 
+<properties xmlns="http://www.jivesoftware.com/xmlns/xmpp/properties">
+    <!-- First, a property named "prop1" that's an integer. --> 
+    <property>
+        <name>prop1</name>
+        <value type="integer">123</value>
+    <property>
+    <!-- Next, a Java object that's been serialized and then converted
+         from binary data to base-64 encoded text. -->  
+    <property>
+        <name>blah2</name>
+        <value type="java-object">adf612fna9nab</value>
+    <property>
+</properties>