[ckan-changes] [okfn/ckan] 9ed085: [xs] fix minor issue with sidebar in search result...
GitHub
noreply at github.com
Thu May 3 12:17:59 UTC 2012
Branch: refs/heads/release-v1.7
Home: https://github.com/okfn/ckan
Commit: 9ed0853547f88c90074efed4075f6fccdecb8e3c
https://github.com/okfn/ckan/commit/9ed0853547f88c90074efed4075f6fccdecb8e3c
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