From c5a70bead76d055ce601b0371219cdbcb3ef5f69 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Fri, 29 Apr 2005 20:56:39 +0000 Subject: [PATCH] Remove hardcoded CSS ... --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index fb27b10f3b..ebbc971937 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -54,7 +54,7 @@ class ImagePage extends Article { function showTOC() { global $wgOut, $wgShowEXIF, $wgLang; - $r= '
'.wfMsg( 'toc' ).'
'; + $r= '
'.wfMsg( 'toc' ).'
'; $r .= '' . $wgLang->getNStext( NS_IMAGE ) . ' - '; $r .= '' . wfMsg( 'imghistory' ) . ' - '; $r .= '' . wfMsg( 'imagelinks' ) . ''; -- 2.20.1