[ckan-changes] [okfn/ckan] bdb5fd: [xs] fix minor issue with sidebar in search result...

GitHub noreply at github.com
Thu May 3 12:12:13 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: bdb5fd54b3fdd39075bd09fda2cbec47886b7e2c
      https://github.com/okfn/ckan/commit/bdb5fd54b3fdd39075bd09fda2cbec47886b7e2c
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M ckan/templates/package/search.html

  Log Message:
  -----------
  [xs] fix minor issue with sidebar in search results


diff --git a/ckan/templates/package/search.html b/ckan/templates/package/search.html
index cee817e..1414640 100644
--- a/ckan/templates/package/search.html
+++ b/ckan/templates/package/search.html
@@ -26,7 +26,7 @@
     ${facet_div('groups', 'Groups')}
 
     <li class="widget-container widget_text">
-        <h4>Other access</h4>
+        <h2>Other access</h2>
 <?python
   from pylons import config
   dumps_url = config.get('ckan.dumps_url')


================================================================



More information about the ckan-changes mailing list