diff options
Diffstat (limited to 'src/Wallabag/CoreBundle/Twig')
-rw-r--r-- | src/Wallabag/CoreBundle/Twig/WallabagExtension.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Twig/WallabagExtension.php b/src/Wallabag/CoreBundle/Twig/WallabagExtension.php index f8328860..6b860c96 100644 --- a/src/Wallabag/CoreBundle/Twig/WallabagExtension.php +++ b/src/Wallabag/CoreBundle/Twig/WallabagExtension.php | |||
@@ -13,7 +13,7 @@ class WallabagExtension extends \Twig_Extension | |||
13 | 13 | ||
14 | public function removeWww($url) | 14 | public function removeWww($url) |
15 | { | 15 | { |
16 | return preg_replace('/^www\./i', '',$url); | 16 | return preg_replace('/^www\./i', '', $url); |
17 | } | 17 | } |
18 | 18 | ||
19 | public function getName() | 19 | public function getName() |