Skip to content

Commit

Permalink
refs #4022 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 15, 2013
1 parent dd654a8 commit e7108e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreAdminHome/templates/generalSettings.twig
Expand Up @@ -258,7 +258,7 @@
<p>{{ 'CoreAdminHome_OptOutExplanation'|translate }}
{% set optOutUrl %}{{ piwikUrl }}index.php?module=CoreAdminHome&action=optOut&language={{ language }}{% endset %}
{% set iframeOptOut %}
<iframe style="border: 0; height: 200x; width: 600px" src="{{ optOutUrl }}"></iframe>
<iframe style="border: 0; height: 200px; width: 600px;" src="{{ optOutUrl }}"></iframe>
{% endset %}
<code>{{ iframeOptOut }}</code>
<br/>
Expand Down

0 comments on commit e7108e6

Please sign in to comment.