Replace deprecated font tag

This commit is contained in:
Mike Koch 2015-09-26 20:13:14 -04:00
parent 405a403a54
commit 11dc343f49

View File

@ -201,9 +201,9 @@ if (!empty($_POST['set_priority'])) {
}
$options = array(
0 => '<font class="critical">' . $hesklang['critical'] . '</font>',
1 => '<font class="important">' . $hesklang['high'] . '</font>',
2 => '<font class="medium">' . $hesklang['medium'] . '</font>',
0 => '<span class="critical">' . $hesklang['critical'] . '</span>',
1 => '<span class="important">' . $hesklang['high'] . '</span>',
2 => '<span class="medium">' . $hesklang['medium'] . '</span>',
3 => $hesklang['low']
);