diff --git a/ckan/templates/development/snippets/markup.html b/ckan/templates/development/snippets/markup.html index 59bc777d6a5..fadb4936db2 100644 --- a/ckan/templates/development/snippets/markup.html +++ b/ckan/templates/development/snippets/markup.html @@ -119,7 +119,7 @@

Figures

Figures are usually used to refer to images:

- Example image + Example image

This is a placeholder image, with supporting caption.

diff --git a/ckan/templates/footer.html b/ckan/templates/footer.html index 99cef607f67..0074b02483c 100644 --- a/ckan/templates/footer.html +++ b/ckan/templates/footer.html @@ -14,7 +14,7 @@ {% set api_url = 'http://docs.ckan.org/en/{0}/api/'.format(g.ckan_doc_version) %}
  • {{ _('CKAN API') }}
  • {{ _('Open Knowledge Foundation') }}
  • -
  • +
  • {% endblock %} {% endblock %} diff --git a/ckan/templates/snippets/license.html b/ckan/templates/snippets/license.html index 8d788710f0f..734b6465439 100644 --- a/ckan/templates/snippets/license.html +++ b/ckan/templates/snippets/license.html @@ -26,7 +26,7 @@

    {{ _('License') {{ license_string(pkg_dict) }} {% if pkg_dict.isopen %} - [Open Data] + [Open Data] {% endif %} {% endblock %} diff --git a/ckan/templates/snippets/related.html b/ckan/templates/snippets/related.html index ef69ca556ea..b18c3b79dad 100644 --- a/ckan/templates/snippets/related.html +++ b/ckan/templates/snippets/related.html @@ -4,7 +4,7 @@

    {{ _('Relate {% if item %} {% with url = h.url_for(controller='related', action='list', id=pkg_name) %}