Quellcode durchsuchen

DOCUMENTATION English:
- fixed typo

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

mikaelkael vor 16 Jahren
Ursprung
Commit
ad94b00821
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,
             such as that retrieved from a database. The string is passed
             as the first parameter to the constructor and must start with the
-            characters <code>'&lt;?xml':</code>
+            characters <code>'&lt;?xml'</code>:
         </para>
         <programlisting role="xml"><![CDATA[
 $string = <<<EOT