Fix for broken <i> tag. (#5560)

This commit is contained in:
Mike Rostermund
2017-01-23 21:22:45 +01:00
committed by Neil Lathwood
parent 8f17025803
commit 3807ec9811

View File

@@ -227,7 +227,7 @@ if (dbFetchCell("SELECT COUNT(*) FROM juniAtmVp WHERE port_id = '".$port['port_i
}//end if }//end if
if ($_SESSION['userlevel'] >= '10' && $config['enable_billing'] == 1) { if ($_SESSION['userlevel'] >= '10' && $config['enable_billing'] == 1) {
echo "<span style='float: right;'><a href='" . generate_url(array('page'=>'bills', 'view'=>'add', 'port'=>$port['port_id'])) . "'><i class='fa fa-money fa-lg icon-theme' aria-hidden='true'></i> border='0' align='absmiddle'> Create Bill</a></span>"; echo "<span style='float: right;'><a href='" . generate_url(array('page'=>'bills', 'view'=>'add', 'port'=>$port['port_id'])) . "'><i class='fa fa-money fa-lg icon-theme' aria-hidden='true' border='0' align='absmiddle'></i> Create Bill</a></span>";
} }
print_optionbar_end(); print_optionbar_end();