From 5646173bb2d4ed7af752cb5127076e5fa3c8c835 Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Thu, 23 Nov 2006 08:37:52 +0000 Subject: [PATCH] Would probably be wanting "$wgStyleVersion" rather than "wgStyleVersion", otherwise if metadata.js changes can bump $wgStyleVersion till the cows come home, but still won't cause it to be refreshed ;-) --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 247c539f56..f0cab0660a 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -77,7 +77,7 @@ class ImagePage extends Article { $wgOut->addHTML( "

" . wfMsgHtml( 'metadata' ) . "

\n" ); $wgOut->addWikiText( $this->makeMetadataTable( $exif ) ); $wgOut->addHTML( - "\n" . + "\n" . "\n" ); } } else { -- 2.20.1