https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112575

Revision: 112575
Author:   yaron
Date:     2012-02-28 05:00:25 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
Follow-up to r112515 - restored some tabbing that got changed

Modified Paths:
--------------
    trunk/extensions/SemanticForms/includes/SF_Utils.php

Modified: trunk/extensions/SemanticForms/includes/SF_Utils.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_Utils.php        2012-02-28 
04:28:11 UTC (rev 112574)
+++ trunk/extensions/SemanticForms/includes/SF_Utils.php        2012-02-28 
05:00:25 UTC (rev 112575)
@@ -296,7 +296,7 @@
                        $output = $wgOut;
                } else {
                        $output = $parser->getOutput();
-               self::addJavascriptFiles( $parser );
+                       self::addJavascriptFiles( $parser );
                }
 
                $output->addModules( 'ext.semanticforms.main' );
@@ -306,7 +306,7 @@
                $output->addModules( 'ext.semanticforms.submit' );
                $output->addModules( 'ext.smw.tooltips' );
                $output->addModules( 'ext.smw.sorttable' );
-                       }
+       }
 
        /**
         * Returns an array of all form names on this wiki.
@@ -925,11 +925,11 @@
        }       
        
        static function loadScriptsForPopupForm( &$parser ) {
-                       $parser->getOutput()->addModules( 
'ext.semanticforms.popupformedit' );
+               $parser->getOutput()->addModules( 
'ext.semanticforms.popupformedit' );
                return true;
        }
 
-               /**
+       /**
         * array_merge_recursive merges arrays, but it converts values with 
duplicate
         * keys to arrays rather than overwriting the value in the first array 
with the duplicate
         * value in the second array, as array_merge does.


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to