Skip to content

Commit

Permalink
[#2375] Fix incorrect meta tag attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Aug 2, 2012
1 parent 1db2037 commit 3a929a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/base.html
Expand Up @@ -29,7 +29,7 @@
#}
{%- block meta -%}
<meta charset="utf-8" />
{% block meta_generator %}<meta name="generator" value="ckan {{ c.__version__ }}" />{% endblock %}
{% block meta_generator %}<meta name="generator" content="ckan {{ c.__version__ }}" />{% endblock %}
{%- endblock -%}

{#
Expand Down

0 comments on commit 3a929a4

Please sign in to comment.