From: Ævar Arnfjörð Bjarmason Date: Thu, 31 Mar 2005 12:50:15 +0000 (+0000) Subject: Removed whitespace X-Git-Tag: 1.5.0alpha1~437 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=bc7b84473dc5a72dd1a68f7194076a8404a793f7;p=lhc%2Fweb%2Fwiklou.git Removed whitespace --- diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index eb7bbda241..d2eacf61f5 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -48,7 +48,7 @@ function namespaceForm ( $namespace = NS_MAIN, $from = '' ) { $namespacename = str_replace ( '_', ' ', $name); $n = ($ns == 0) ? wfMsg ( 'articlenamespace' ) : $namespacename; $sel = ($ns == $namespace) ? ' selected="selected"' : ''; - $namespaceselect .= ""; + $namespaceselect .= ""; } $namespaceselect .= '';