Browse Source

DOCUMENTATION English:
- fixed typo

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15397 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 years ago
parent
commit
ad94b00821
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/manual/en/module_specs/Zend_Config_Xml.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Config_Xml.xml

@@ -128,7 +128,7 @@ echo $config->database->params->dbname; // prints "dbname"
             <classname>Zend_Config_Xml</classname> is able to load an XML string directly,
             <classname>Zend_Config_Xml</classname> is able to load an XML string directly,
             such as that retrieved from a database. The string is passed
             such as that retrieved from a database. The string is passed
             as the first parameter to the constructor and must start with the
             as the first parameter to the constructor and must start with the
-            characters <code>'&lt;?xml':</code>
+            characters <code>'&lt;?xml'</code>:
         </para>
         </para>
         <programlisting role="xml"><![CDATA[
         <programlisting role="xml"><![CDATA[
 $string = <<<EOT
 $string = <<<EOT