Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -1012,7 +1012,7 @@ |
1013 | 1013 | $href = htmlspecialchars( $skinTemplate->data['nav_urls']['printable_version_pdf']['href'] ); |
1014 | 1014 | $label = htmlspecialchars( $skinTemplate->data['nav_urls']['printable_version_pdf']['text'] ); |
1015 | 1015 | 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> |
1017 | 1017 | EOS |
1018 | 1018 | ; |
1019 | 1019 | } |