Browse Source

[DOCUMENTATION]: fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21520 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 years ago
parent
commit
98cce5feb3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      documentation/manual/en/module_specs/Zend_Validate-Regex.xml

+ 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>