diff options
author | Vitaly Takmazov | 2017-05-05 12:25:58 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-05 13:30:44 +0300 |
commit | b71d0359d4d665188624579907209bdaea2a02d8 (patch) | |
tree | 4c0bcdc8ca1ac712bb39d6531592c8d0e6572388 /juick-www/src/main/webapp/WEB-INF/views | |
parent | 6ee1be48428ad6b83b22818984241aa8d85766bd (diff) |
juick-www: fix sape
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html b/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html index 61267396..c9ccb26d 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html @@ -12,7 +12,7 @@ </div> <div id="footer-left">juick.com © 2008-2017 {% if links | default ('') is not empty %} - <br/>{{ i18n("messages","label.sponsors") }}: {{ links }} + <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }} {% endif %} </div> </div> @@ -24,7 +24,7 @@ ga('create','UA-385578-4','juick.com'); ga('require','displayfeatures'); ga('send','pageview'); - {% if (sapeon | default(false)) %} + {% if (showAdv | default(false)) %} var _acic={dataProvider:10}; (function(){ var e=document.createElement('script');e.type='text/javascript';e.async=true;e.src='//www2.aci'+'nt.net/aci.js'; |