Browse Source

[DOCUMENTATION] English: fix compilation error

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

+ 1 - 1
documentation/manual/en/module_specs/Zend_Validate-Hostname.xml

@@ -100,7 +100,7 @@ if ($validator->isValid($hostname)) {
 
 
         <para>
         <para>
             Additionally there is <constant>ALLOW_URI</constant> which allows to check hostnames
             Additionally there is <constant>ALLOW_URI</constant> which allows to check hostnames
-            according to <link linkend="http://tools.ietf.org/html/rfc3986">RFC3986</link>. These
+            according to <ulink url="http://tools.ietf.org/html/rfc3986">RFC3986</ulink>. These
             are registered names which are used by <acronym>WINS</acronym>, NetInfo and also local
             are registered names which are used by <acronym>WINS</acronym>, NetInfo and also local
             hostnames like those defined within your <filename>.hosts</filename> file. For security
             hostnames like those defined within your <filename>.hosts</filename> file. For security
             reasons <constant>ALLOW_URI</constant> is not contained within
             reasons <constant>ALLOW_URI</constant> is not contained within