Skip to content

Commit

Permalink
Fixing double encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jan 6, 2014
1 parent ca0164e commit e37274d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/Piwik.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ static public function getRandomTitle()
{
static $titles = array(
'Web analytics',
'Open analytics platform',
'Real Time Web Analytics',
'Analytics',
'Real Time Analytics',
Expand Down
2 changes: 1 addition & 1 deletion plugins/Zeitgeist/templates/dashboard.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1"/>
<meta name="viewport" content="initial-scale=1.0" />
<meta name="generator" content="Piwik - Open Source Web Analytics"/>
<meta name="description" content="Web Analytics report for '{{ siteName }}' - Piwik"/>
<meta name="description" content="Web Analytics report for '{{ siteName|escape("html_attr") }}' - Piwik"/>
<link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>
{% include "_jsGlobalVariables.twig" %}
<!--[if lt IE 9]>
Expand Down

0 comments on commit e37274d

Please sign in to comment.