Merge "Revert "Don't check namespace in SpecialWantedtemplates""
[lhc/web/wiklou.git] / includes / actions / CreditsAction.php
index 69c856d..c19e8fa 100644 (file)
@@ -49,7 +49,6 @@ class CreditsAction extends FormlessAction {
                        $s = $this->getCredits( -1 );
                }
 
-
                return Html::rawElement( 'div', array( 'id' => 'mw-credits' ), $s );
        }
 
@@ -70,7 +69,6 @@ class CreditsAction extends FormlessAction {
                        }
                }
 
-
                return $s;
        }