bjori           Fri Aug 17 00:54:56 2007 UTC

  Modified files:              
    /phpdoc     README 
  Log:
  ulink is no longer used, recommend link xlink:href instead
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/README?r1=1.36&r2=1.37&diff_format=u
Index: phpdoc/README
diff -u phpdoc/README:1.36 phpdoc/README:1.37
--- phpdoc/README:1.36  Thu May 24 23:12:47 2007
+++ phpdoc/README       Fri Aug 17 00:54:56 2007
@@ -120,8 +120,8 @@
     <link>              internal manual links
                         <link linkend="language.variables">variables</link>
     
-    <ulink>             external links via global.ent
-                        <ulink url="&spec.cookies;">mmm cookies</ulink>        
                
+    <link>              external links via global.ent
+                        <link xlink:href="&spec.cookies;">mmm cookies</link>   
                     
     
     <type>              types, this links to the given types manual
                         page: <type>object</type> -> php.net/types.object

Reply via email to