Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Dont escape html in HMDA description
Browse files Browse the repository at this point in the history
  • Loading branch information
sleitner committed Sep 18, 2015
1 parent efa72ce commit c0e527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qu/templates/dataset.mustache
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
{{/name}}
{{#description}}
<dt>Description</dt>
<dd>{{description}}</dd>
<dd>{{{description}}}</dd>
{{/description}}
{{#url}}
<dt>URL</dt>

0 comments on commit c0e527c

Please sign in to comment.