Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 18, 2012
1 parent 5f3971d commit 129c6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/read.html
Expand Up @@ -156,7 +156,7 @@ <h2 class="heading"><i class="ckan-icon ckan-icon-photo"></i> Related</h2>
<section class="module info license" py:if="c.pkg.license_id">
<h2 class="heading"><i class="ckan-icon ckan-icon-lock"></i> License</h2>
<p class="content">
<a py:if="c.pkg_dict.license_url" href="${c.pkg_dict.license_url}" rel="dc:rights">${c.pkg_dict.license_title}</a>
<a py:if="'license_url' in c.pkg_dict" href="${c.pkg_dict.license_url}" rel="dc:rights">${c.pkg_dict.license_title}</a>
<span py:if="c.pkg.license" property="dc:rights">${c.pkg_dict.license_title}</span>
<a py:if="c.pkg_dict.isopen" href="http://opendefinition.org/okd/" title="This dataset satisfies the Open Definition.">
<img class="open-data" src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="[Open Data]" />
Expand Down

0 comments on commit 129c6ad

Please sign in to comment.