remove deprecated cellspacing attr on table

This commit is contained in:
Isaac Connor 2017-05-31 22:08:44 -04:00
parent a940fe429c
commit 5c67c87147
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ if ( ZM_OPT_USE_AUTH ) {
?>&nbsp;<?php echo makePopupLink( '?view=bandwidth', 'zmBandwidth', 'bandwidth', $bwArray[$_COOKIE['zmBandwidth']], ($user && $user['MaxBandwidth'] != 'low' ) ) ?> <?php echo translate('BandwidthHead') ?></h3>
</div>
<div id="content">
<table id="consoleTable" cellspacing="0">
<table id="consoleTable">
<thead>
<tr>
<?php if ( ZM_WEB_ID_ON_CONSOLE ) { ?>