diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-09-29 23:23:58 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-09-29 23:23:58 +0200 |
commit | d2755b1c30318f370e7e903ebbd9d34bca11d939 (patch) | |
tree | 6ec37fb78b74fcf6eb6e4c5b61d2c58bc80dabd7 /app | |
parent | 917040d4a0b7694ca4f695c02243ffb4283d6901 (diff) | |
parent | 2afdea1ccc69e390758559133479eba1e49ec561 (diff) | |
download | wallabag-d2755b1c30318f370e7e903ebbd9d34bca11d939.tar.gz wallabag-d2755b1c30318f370e7e903ebbd9d34bca11d939.tar.zst wallabag-d2755b1c30318f370e7e903ebbd9d34bca11d939.zip |
Merge pull request #1440 from wallabag/v2-fix-1433
fix #1433: remove www. on entries view
Diffstat (limited to 'app')
-rw-r--r-- | app/config/services.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index a7fa9bfe..965bc319 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -17,3 +17,9 @@ services: | |||
17 | class: Twig_Extensions_Extension_Text | 17 | class: Twig_Extensions_Extension_Text |
18 | tags: | 18 | tags: |
19 | - { name: twig.extension } | 19 | - { name: twig.extension } |
20 | |||
21 | wallabag.twig_extension: | ||
22 | class: Wallabag\CoreBundle\Twig\WallabagExtension | ||
23 | public: false | ||
24 | tags: | ||
25 | - { name: twig.extension } | ||