* replace deprecated HTML <font> tag with <span>

This commit is contained in:
slawkens
2018-06-01 13:35:27 +02:00
parent 1926c5ec5b
commit 05e15ce9ad
38 changed files with 267 additions and 267 deletions

View File

@@ -415,7 +415,7 @@ foreach($config['menu_categories'] as $id => $cat) {
if($status['online'])
echo '<div id="players" style="display: inline;">' . $status['players'] . '</div><br>Players Online';
else
echo '<font color="red"><b>Server<br />OFFLINE</b></font>';
echo '<span style="color: red"><b>Server<br />OFFLINE</b></span>';
?></div>
</div>
@@ -430,7 +430,7 @@ foreach($config['menu_categories'] as $id => $cat) {
}
if($config['template_allow_change'])
echo '<font color="white">Template:</font><br/>' . template_form();
echo '<span style="color: white">Template:</span><br/>' . template_form();
?>
</div>
</div>