http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70110
Revision: 70110
Author: nikerabbit
Date: 2010-07-28 21:14:31 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
Fix missing spaces in mantis export
Modified Paths:
--------------
trunk/extensions/Translate/ffs/PhpVariables.php
trunk/extensions/Translate/groups/MantisBT/MantisBT.yml
Modified: trunk/extensions/Translate/ffs/PhpVariables.php
===================================================================
--- trunk/extensions/Translate/ffs/PhpVariables.php 2010-07-28 21:05:15 UTC
(rev 70109)
+++ trunk/extensions/Translate/ffs/PhpVariables.php 2010-07-28 21:14:31 UTC
(rev 70110)
@@ -256,7 +256,7 @@
$authors = $this->filterAuthors( $authors, $collection->code );
foreach ( $authors as $author ) {
- $output .= "* @author $author\n";
+ $output .= " * @author $author\n";
}
return $output;
Modified: trunk/extensions/Translate/groups/MantisBT/MantisBT.yml
===================================================================
--- trunk/extensions/Translate/groups/MantisBT/MantisBT.yml 2010-07-28
21:05:15 UTC (rev 70109)
+++ trunk/extensions/Translate/groups/MantisBT/MantisBT.yml 2010-07-28
21:14:31 UTC (rev 70110)
@@ -59,23 +59,23 @@
header: |
<?php
/** MantisBT - a php based bugtracking system
- *
- * Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
- * Copyright (C) 2002 - 2010 MantisBT Team -
[email protected]
- *
- * MantisBT is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * MantisBT is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with MantisBT. If not, see <http://www.gnu.org/licenses/>.
- */
+ *
+ * Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
+ * Copyright (C) 2002 - 2010 MantisBT Team -
[email protected]
+ *
+ * MantisBT is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * MantisBT is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MantisBT. If not, see <http://www.gnu.org/licenses/>.
+ */
CHECKER:
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs