forked from wallabag/wallabag
Compare commits
1 Commits
master
...
cve-2018-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 66697b29b9 |
@ -69,7 +69,7 @@
|
|||||||
{% block footer %}{% endblock %}
|
{% block footer %}{% endblock %}
|
||||||
|
|
||||||
{% if craue_setting('piwik_enabled') %}
|
{% if craue_setting('piwik_enabled') %}
|
||||||
{{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }}
|
{{ piwik(craue_setting('piwik_host')|e('html_attr'), craue_setting('piwik_site_id')|e('html_attr')) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user