Index: trunk/extensions/PageCSS/PageCSS.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | $wgExtensionFunctions[] = 'wfCssHook'; |
16 | 16 | $wgExtensionCredits['parserhook'][] = array( |
17 | 17 | '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', |
19 | 19 | 'author' => 'Ævar Arnfjörð Bjarmason' |
20 | 20 | ); |
21 | 21 | $wgCssHookCss = ''; |