Skip to content

Commit

Permalink
blank => html
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly authored Apr 10, 2018
1 parent a9082f2 commit 61b1846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/_includes/forms/editableTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{% set value = cell.value is defined ? cell.value : cell %}
{% if col.type == 'heading' %}
<th scope="row" class="{{ cell.class ?? col.class ?? '' }}">{{ value|raw }}</th>
{% elseif col.type == 'blank' %}
{% elseif col.type == 'html' %}
<td class="{{ cell.class ?? col.class ?? '' }}">{{ value|raw }}</td>
{% else %}
{% set hasErrors = cell.hasErrors ?? false %}
Expand Down

0 comments on commit 61b1846

Please sign in to comment.