summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-11 05:34:29 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-11 05:34:29 -0300
commitced5c47c07e615d28d49edf8adbaa300a42fe1a4 (patch)
tree14591a3dd9caf7a25498a5254e448ae046d4fd22 /templates
parente36bfebb0f95484bdb283ef88852c348525a375a (diff)
downloadaskbot-ced5c47c07e615d28d49edf8adbaa300a42fe1a4.tar.gz
askbot-ced5c47c07e615d28d49edf8adbaa300a42fe1a4.tar.bz2
askbot-ced5c47c07e615d28d49edf8adbaa300a42fe1a4.zip
Fix for analytics to work, testing.
Diffstat (limited to 'templates')
-rw-r--r--templates/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html
index f182ca3c..9e877b42 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -27,7 +27,7 @@
</script>
<script type="text/javascript">
try {
- var pageTracker = _gat._getTracker({{ settings.GOOGLE_ANALYTICS_KEY }});
+ var pageTracker = _gat._getTracker("{{ settings.GOOGLE_ANALYTICS_KEY }}");
pageTracker._trackPageview();
} catch(err) {}
</script>