r46531 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46530‎ | r46531 | r46532 >
Date:11:30, 29 January 2009
Author:jojo
Status:ok
Tags:
Comment:
fix: $writer is not used any more
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -1012,7 +1012,7 @@
10131013 $href = htmlspecialchars( $skinTemplate->data['nav_urls']['printable_version_pdf']['href'] );
10141014 $label = htmlspecialchars( $skinTemplate->data['nav_urls']['printable_version_pdf']['text'] );
10151015 print <<<EOS
1016 -<li id="t-download-as-$writer"><a href="$href" rel="nofollow">$label</a></li>
 1016+<li id="t-download-as-pdf"><a href="$href" rel="nofollow">$label</a></li>
10171017 EOS
10181018 ;
10191019 }

Status & tagging log