From: Nick Jenkins Date: Thu, 23 Nov 2006 08:37:52 +0000 (+0000) Subject: Would probably be wanting "$wgStyleVersion" rather than "wgStyleVersion", otherwise... X-Git-Tag: 1.31.0-rc.0~55107 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=5646173bb2d4ed7af752cb5127076e5fa3c8c835;p=lhc%2Fweb%2Fwiklou.git 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 ;-) --- 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 {