Skip to content

Commit cc986be

Browse files
committed
Whitespace controls
1 parent 6861069 commit cc986be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/all/template/event/overall_header_stylesheets_after.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
gtag('js', new Date());
1111

1212
gtag('config', '{{ GOOGLEANALYTICS_ID }}', {
13-
{% EVENT phpbb_googleanalytics_gtag_options %}
14-
{% if S_REGISTERED_USER %}'user_id': '{{ GOOGLEANALYTICS_USER_ID }}',{% endif %}
15-
{% if S_ANONYMIZE_IP %}'anonymize_ip': true,{% endif %}
13+
{%- EVENT phpbb_googleanalytics_gtag_options -%}
14+
{%- if S_REGISTERED_USER %}'user_id': '{{ GOOGLEANALYTICS_USER_ID }}',{% endif -%}
15+
{%- if S_ANONYMIZE_IP %}'anonymize_ip': true,{% endif -%}
1616
});
1717
</script>
1818
{% else %}

0 commit comments

Comments
 (0)