Skip to content

Commit

Permalink
#[2375] bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 1, 2012
1 parent b335c69 commit d0f1b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/snippets/package_list.html
Expand Up @@ -23,7 +23,7 @@
<ul class="{{ list_class }}">
{% for package in packages %}
{% set title = package.get('title') or package.get('name') %}
{% set notes = h.markdown_extract(package.notes, extract_length=truncate) %}
{% set notes = h.markdown_extract(package.get('notes'), extract_length=truncate) %}

<li class="{{ item_class }} ">
<div class="dataset-content">
Expand Down

0 comments on commit d0f1b3f

Please sign in to comment.