fix missing </table>, quite visible running with tidy disabled on mediawiki messages
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Jan 2007 12:55:28 +0000 (12:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Jan 2007 12:55:28 +0000 (12:55 +0000)
includes/SpecialVersion.php

index c7ccf57..dba694c 100644 (file)
@@ -195,7 +195,8 @@ class SpecialVersion {
 
                        foreach ($myWgHooks as $hook => $hooks)
                                $ret .= "<tr><td>$hook</td><td>" . $this->listToText( $hooks ) . "</td></tr>\n";
-
+                       
+                       $ret .= '</table>';
                        return $ret;
                } else
                        return '';