Skip to content

Commit da0abb9

Browse files
authored
Merge pull request #246 from dpc-sdp/SXDEDPCXZIC-390
SXDEDPCXZIC-390 / Minor update
2 parents 0d7c386 + e6c310f commit da0abb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ckanext/datavic_odp_theme/templates/scheming/package/resource_read.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>{{ _('Data Dictionary') }}</h2>
3131
<td>{{ attr.db_name }}</td>
3232
<td>{{ attr.name }}</td>
3333
<td>{{ attr.db_format }}</td>
34-
<td>{{ attr.definition }}</td>
34+
<td>{{ attr.definition|safe }}</td>
3535
<td>{{ attr.fixed_values }}</td>
3636
</tr>
3737
{% endfor %}

0 commit comments

Comments
 (0)