A closing td tag appears to be have been accidentally used when closing the
opening td tag. It doesn't appear to affect the display of the copy tag, but should probably be fixed.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
[% FOREACH tag IN copy_info.tags; %]
<tr class="copy_tag_row">
<td> </td>
- <td class="copy_tag" colspan="4"</td>
+ <td class="copy_tag" colspan="4">
<span class="copy_tag_value">[% tag.value | html %]</span>
</td>
<tr>