Skip to content

Commit

Permalink
[2375] Remove extra html tag from page
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 11, 2012
1 parent a57a1fe commit e6ddabb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion ckan/templates/package/search.html
Expand Up @@ -24,4 +24,3 @@
</main>
</body>
</html>

5 changes: 3 additions & 2 deletions ckan/templates/package/sidebar.html
Expand Up @@ -2,11 +2,12 @@
xmlns="http://www.w3.org/1999/xhtml"
xmlns:i18n="http://genshi.edgewall.org/i18n"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
xmlns:xi="http://www.w3.org/2001/XInclude"
py:strip="">
<div py:match="sidebar">
${select('*|text()')}
<p>Extra Sidebar 1</p>
<p>Extra Sidebar 2</p>
<p>Extra Sidebar 3</p>
</div>
</html>
</html>

0 comments on commit e6ddabb

Please sign in to comment.