Explorar o código

[DOCUMENTATION]: fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21520 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael %!s(int64=16) %!d(string=hai) anos
pai
achega
98cce5feb3

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

@@ -45,8 +45,8 @@ $validator->isValid("Pest"); // returns false
         <para>
             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
-            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>
     </sect3>