Skip to content

Commit

Permalink
[template][xs] Fix header rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Jun 4, 2012
1 parent 21e91b5 commit 9efcc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view.dataset.view.js
Expand Up @@ -7,7 +7,7 @@ CKAN.View = CKAN.View || {};
template: ' \
<div class="dataset view" dataset-id="{{dataset.id}}"> \
<div class="page-header"> \
<h1>{{displaytitle}}</h1> \
<h1>{{dataset.title}}</h1> \
</div \
<div class="extract"> \
{{dataset.snippet}} \
Expand Down

0 comments on commit 9efcc9d

Please sign in to comment.