From: Ævar Arnfjörð Bjarmason Date: Mon, 25 Apr 2005 22:56:31 +0000 (+0000) Subject: * Fixed two fatal XML errors X-Git-Tag: 1.5.0alpha1~129 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=cab1599a4cb38be72bf55e9e4a5e184bc5bca807;p=lhc%2Fweb%2Fwiklou.git * Fixed two fatal XML errors --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 50c93780e2..b39ea875c0 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -156,7 +156,9 @@ class ImagePage extends Article { function uploadNewVersionLink() { global $wgOut; + $wgOut->addHTML("
"); $wgOut->addWikiText( wfMsg( 'uploadnewversion', $this->getUploadUrl() ) ); + $wgOut->addHTML("

"); } function externalEditorLink() @@ -169,7 +171,7 @@ class ImagePage extends Article { "action=edit&externaledit=true&mode=file" ) ); $wgOut->addWikiText( '
' . wfMsg('edit-externally-help') . '
' ); - $wgOut->addHTML( '
' ); + $wgOut->addHTML( '
' ); } function closeShowImage()