Replace deprecated HTML tag

This commit is contained in:
Mike Koch 2015-09-14 12:09:02 -04:00
parent a76e659027
commit 7bf3f658f8

View File

@ -686,7 +686,7 @@ function print_add_ticket()
$v['name'] = $hesklang[$v['name']];
}
$v['req'] = $v['req'] ? '<font class="important">*</font>' : '';
$v['req'] = $v['req'] ? '<span class="important">*</span>' : '';
if ($v['type'] == 'checkbox') {
$k_value = array();