Skip to content

Commit

Permalink
facets.html make comments template only
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 30, 2012
1 parent fe97371 commit ded67ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckan/templates/facets.html
Expand Up @@ -5,7 +5,7 @@
py:strip=""
>

<!--
<!--!
Construct a facet <div> populated with links to filtered results.
name
Expand Down Expand Up @@ -40,7 +40,7 @@ <h2>${h.facet_title(title)}</h2>
</div>
</py:def>

<!--
<!--!
Generate <li>s for facet items. The generated tags are not wrapped by any
other tag, ie - it's up to the caller to wrap them in something suitable.
Expand Down Expand Up @@ -75,7 +75,7 @@ <h2>${h.facet_title(title)}</h2>
</li>
</py:def>

<!--
<!--!
DEPRECATED. Provided only for backward compatibility with existing plugins.
Use `facet_div` instead.
Expand Down Expand Up @@ -129,7 +129,7 @@ <h2>${title(code)}</h2>
</div>
</py:def>

<!--
<!--!
DEPRECATED. Provided only for backward compatibility with existing plugins.
Use `facet_li` instead.
Expand Down

0 comments on commit ded67ed

Please sign in to comment.