r32484 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32483‎ | r32484 | r32485 >
Date:21:12, 26 March 2008
Author:brion
Status:old
Tags:
Comment:
make the help link actually work on the completion/download page
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -552,7 +552,7 @@
553553 }
554554 $downloadText = wfMsgHtml( 'coll-download_pdf' );
555555 $wgOut->setPageTitle( wfMsg( 'coll-pdf_finished_title' ) );
556 - $text = wfMsgHtml( 'coll-pdf_finished_text' );
 556+ $text = wfMsgExt( 'coll-pdf_finished_text', array( 'parse' ) );
557557 $dllink = "<a href=\"$downloadLink\">$downloadText</a>";
558558 $wgOut->addHTML( <<<EOS
559559 <table class="toccolours" width="100%">

Status & tagging log