Replace deprecated font tag
This commit is contained in:
parent
405a403a54
commit
11dc343f49
@ -201,9 +201,9 @@ if (!empty($_POST['set_priority'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$options = array(
|
$options = array(
|
||||||
0 => '<font class="critical">' . $hesklang['critical'] . '</font>',
|
0 => '<span class="critical">' . $hesklang['critical'] . '</span>',
|
||||||
1 => '<font class="important">' . $hesklang['high'] . '</font>',
|
1 => '<span class="important">' . $hesklang['high'] . '</span>',
|
||||||
2 => '<font class="medium">' . $hesklang['medium'] . '</font>',
|
2 => '<span class="medium">' . $hesklang['medium'] . '</span>',
|
||||||
3 => $hesklang['low']
|
3 => $hesklang['low']
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user