{name => 'see_also', desc => "See Also",
type => FIELD_TYPE_BUG_URLS},
{name => 'tag', desc => 'Tags', buglist => 1},
- {name => 'master_bug_id', desc => 'Master Bug ID',
+ {name => 'master_bug_id', desc => 'Master Bug ID'},
);
################
[% BLOCK render_sighting_row %]
<tr id="s[% target.id FILTER html %]">
- <[% tag %]>
+ <[% tag FILTER html %]>
[% target.bug_id FILTER bug_link(target) FILTER none %]
- </[% tag %]>
- <[% tag %]>
+ </[% tag FILTER html %]>
+ <[% tag FILTER html %]>
[% PROCESS bug/status.html.tmpl %]
- </[% tag %]>
+ </[% tag FILTER html %]>
</tr>
[% END %]