Prechádzať zdrojové kódy

[DOCUMENTATION]: fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21520 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 rokov pred
rodič
commit
98cce5feb3

+ 2 - 2
documentation/manual/en/module_specs/Zend_Validate-Regex.xml

@@ -45,8 +45,8 @@ $validator->isValid("Pest"); // returns false
         <para>
         <para>
             As you can see, the pattern has to be given using the same syntax as for
             As you can see, the pattern has to be given using the same syntax as for
             <methodname>preg_match</methodname>. For details about regular expressions take a look
             <methodname>preg_match</methodname>. For details about regular expressions take a look
-            into <link linkend="http://php.net/manual/en/reference.pcre.pattern.syntax.php">PHP's
-                manual about PCRE pattern syntax</link>.
+            into <ulink url="http://php.net/manual/en/reference.pcre.pattern.syntax.php">PHP's
+                manual about PCRE pattern syntax</ulink>.
         </para>
         </para>
     </sect3>
     </sect3>