Skip to content

Commit e6c310f

Browse files
committed
SXDEDPCXZIC-390 / Minor update
1 parent 1450381 commit e6c310f

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)