diff options
author | Sam Reed <reedy@users.mediawiki.org> | 2010-04-17 20:58:04 +0000 |
---|---|---|
committer | Sam Reed <reedy@users.mediawiki.org> | 2010-04-17 20:58:04 +0000 |
commit | 0769301e8706f9f44e8efc6c686c425562b3f3fc (patch) | |
tree | 439cd68a31aeb03d49c60a9abc050009ebaa55ab /includes/api/ApiFormatYaml_spyc.php | |
parent | e3be0de215957b9e14c164f6ac94b657cd7b4c46 (diff) | |
download | mediawikicore-0769301e8706f9f44e8efc6c686c425562b3f3fc.tar.gz mediawikicore-0769301e8706f9f44e8efc6c686c425562b3f3fc.zip |
Stylize Api upto date
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/65183
Diffstat (limited to 'includes/api/ApiFormatYaml_spyc.php')
-rw-r--r-- | includes/api/ApiFormatYaml_spyc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiFormatYaml_spyc.php b/includes/api/ApiFormatYaml_spyc.php index 30f860dd4a03..1fe6a2adf3e3 100644 --- a/includes/api/ApiFormatYaml_spyc.php +++ b/includes/api/ApiFormatYaml_spyc.php @@ -185,7 +185,7 @@ class Spyc { else $string = $spaces . "-\n"; } else { - if ($key == '*') //bug 21922 - Quote asterix used as keys + if ( $key == '*' ) // bug 21922 - Quote asterix used as keys $key = "'*'"; // It's mapped |