From 1915eed7820f566acdd7412bdcd2ac55949d6b2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 26 Mar 2005 16:51:42 +0000 Subject: [PATCH] Fixing a fatal XML error that broke XHTML compliance. --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.20.1