Replace deprecated HTML tag
This commit is contained in:
parent
a76e659027
commit
7bf3f658f8
@ -686,7 +686,7 @@ function print_add_ticket()
|
|||||||
$v['name'] = $hesklang[$v['name']];
|
$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') {
|
if ($v['type'] == 'checkbox') {
|
||||||
$k_value = array();
|
$k_value = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user