diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-10-01 09:26:52 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-10-01 09:26:52 +0200 |
commit | cfb28c9da0ff648d34ae0602eaec55a8362504dd (patch) | |
tree | 4d34f12bffcf58e9c5729ba94cc23a6d729d49c6 /src/Wallabag/CoreBundle/Twig | |
parent | 8e417206d5333b1156548b27a707500674f49ca6 (diff) | |
download | wallabag-cfb28c9da0ff648d34ae0602eaec55a8362504dd.tar.gz wallabag-cfb28c9da0ff648d34ae0602eaec55a8362504dd.tar.zst wallabag-cfb28c9da0ff648d34ae0602eaec55a8362504dd.zip |
french translation
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() |