fixing a missing tab
authorLeon Weber <leon@users.mediawiki.org>
Fri, 8 Aug 2008 16:12:05 +0000 (16:12 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Fri, 8 Aug 2008 16:12:05 +0000 (16:12 +0000)
includes/Skin.php

index b065217..2174225 100644 (file)
@@ -789,7 +789,7 @@ END;
                        wfDebug ('Hook SkinAfterContent changed output processing.');
                }
 
-    return $data;
+               return $data;
        }
 
        /**