From: Ævar Arnfjörð Bjarmason Date: Sat, 26 Mar 2005 16:51:42 +0000 (+0000) Subject: Fixing a fatal XML error that broke XHTML compliance. X-Git-Tag: 1.5.0alpha1~512 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=1915eed7820f566acdd7412bdcd2ac55949d6b2f;p=lhc%2Fweb%2Fwiklou.git Fixing a fatal XML error that broke XHTML compliance. --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 5514333330..adf3488743 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -133,7 +133,7 @@ class ImagePage extends Article { $wgOut->addHTML($sk->makeKnownLink($this->mTitle->getPrefixedDBkey(),wfMsg("edit-externally"), "action=edit&externaledit=true&mode=file")); $wgOut->addWikiText("
".wfMsg("edit-externally-help")); - $wgOut->addHTML("

"); + $wgOut->addHTML("
"); } function closeShowImage()