summaryrefslogtreecommitdiff
path: root/includes/content/CssContent.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/content/CssContent.php')
-rw-r--r--includes/content/CssContent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/content/CssContent.php b/includes/content/CssContent.php
index 569d122d..03cc2d00 100644
--- a/includes/content/CssContent.php
+++ b/includes/content/CssContent.php
@@ -46,7 +46,7 @@ class CssContent extends TextContent {
*/
public function preSaveTransform( Title $title, User $user, ParserOptions $popts ) {
global $wgParser;
- // @todo: make pre-save transformation optional for script pages
+ // @todo Make pre-save transformation optional for script pages
$text = $this->getNativeData();
$pst = $wgParser->preSaveTransform( $text, $title, $user, $popts );