svn: /pear/peardoc/trunk/en/package/networking/net-webfinger/ links.xml

[email protected] (Christian Weiske) Mon, 27 Feb 2017 18:43:44 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
--31b3c9a42be935c07352638180a2c4a9c4d0ec3b
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

cweiske                                  Mon, 27 Feb 2017 18:43:44 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=341983

Log:
Fix invalid table #2

Bug: http://pear.php.net/bugs/2 (unknown) 
      
Changed paths:
    U   pear/peardoc/trunk/en/package/networking/net-webfinger/links.xml

Modified: pear/peardoc/trunk/en/package/networking/net-webfinger/links.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-webfinger/links.xml	2017-02-27 10:17:49 UTC (rev 341982)
+++ pear/peardoc/trunk/en/package/networking/net-webfinger/links.xml	2017-02-27 18:43:44 UTC (rev 341983)
@@ -49,42 +49,42 @@
   </para>

   <table>
-   <info>
-    <title>Supported short names</title>
-   </info>
-   <thead>
-    <tr>
-     <th>Short name</th>
-     <th>Link relation URL</th>
-    </tr>
-   </thead>
-   <tbody>
-    <tr>
-     <td><literal>contacts</literal></td>
-     <td><literal>http://portablecontacts.net/spec/1.0</literal>
-     </td>
-    </tr>
-    <tr>
-     <td><literal>hcard</literal></td>
-     <td><literal>http://microformats.org/profile/hcard</literal>
-     </td>
-    </tr>
-    <tr>
-     <td><literal>openid</literal></td>
-     <td><literal>http://specs.openid.net/auth/2.0/provider</literal>
-     </td>
-    </tr>
-    <tr>
-     <td><literal>profile</literal></td>
-     <td><literal>http://webfinger.net/rel/profile-page</literal>
-     </td>
-    </tr>
-    <tr>
-     <td><literal>xfn</literal></td>
-     <td><literal>http://gmpg.org/xfn/11</literal>
-     </td>
-    </tr>
-   </tbody>
+   <title>Supported short names</title>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>Short name</entry>
+      <entry>Link relation URL</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry><literal>contacts</literal></entry>
+      <entry><literal>http://portablecontacts.net/spec/1.0</literal>
+      </entry>
+     </row>
+     <row>
+      <entry><literal>hcard</literal></entry>
+      <entry><literal>http://microformats.org/profile/hcard</literal>
+      </entry>
+     </row>
+     <row>
+      <entry><literal>openid</literal></entry>
+      <entry><literal>http://specs.openid.net/auth/2.0/provider</literal>
+      </entry>
+     </row>
+     <row>
+      <entry><literal>profile</literal></entry>
+      <entry><literal>http://webfinger.net/rel/profile-page</literal>
+      </entry>
+     </row>
+     <row>
+      <entry><literal>xfn</literal></entry>
+      <entry><literal>http://gmpg.org/xfn/11</literal>
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
   </table>

   <para>

--31b3c9a42be935c07352638180a2c4a9c4d0ec3b--