mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fix rendered javascript indentation
This commit is contained in:
parent
89f51ab594
commit
8af3181752
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class PiwikNode(Node):
|
|||
html = TRACKING_CODE % {
|
||||
'url': self.domain_path,
|
||||
'siteid': self.site_id,
|
||||
'variables': '\n '.join(variables_code)
|
||||
'variables': '\n '.join(variables_code)
|
||||
}
|
||||
if is_internal_ip(context, 'PIWIK'):
|
||||
html = disable_html(html, 'Piwik')
|
||||
|
|
|
|||
Loading…
Reference in a new issue