r12270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12269‎ | r12270 | r12271 >
Date:00:59, 28 December 2005
Author:avar
Status:old
Tags:
Comment:
* <nowiki> around <css> as to not mess up Special:Version
Modified paths:
  • /trunk/extensions/PageCSS/PageCSS.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageCSS/PageCSS.php
@@ -14,7 +14,7 @@
1515 $wgExtensionFunctions[] = 'wfCssHook';
1616 $wgExtensionCredits['parserhook'][] = array(
1717 'name' => 'Page CSS',
18 - 'description' => 'A parser hook to add per-page css to pages with the <css> tag',
 18+ 'description' => 'A parser hook to add per-page css to pages with the <nowiki><css></nowiki> tag',
1919 'author' => 'Ævar Arnfjörð Bjarmason'
2020 );
2121 $wgCssHookCss = '';

Status & tagging log