forked from wallabag/wallabag
french translation
This commit is contained in:
@ -13,7 +13,7 @@ class WallabagExtension extends \Twig_Extension
|
||||
|
||||
public function removeWww($url)
|
||||
{
|
||||
return preg_replace('/^www\./i', '',$url);
|
||||
return preg_replace('/^www\./i', '', $url);
|
||||
}
|
||||
|
||||
public function getName()
|
||||
|
||||
Reference in New Issue
Block a user