remove some tabs

merge-requests/12/merge
Julien Veyssier 2018-11-08 16:31:32 +01:00
parent aac4961568
commit 5740944abd
1 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@ OCP\Util::addstyle('gpxedit', 'admin');
<br />
<div id="extraSymbols">
<table id="extraSymbolsTable">
<?php
<?php
foreach($_['extraSymbolList'] as $symbol){
echo '<tr class="extraSymbol" id="';
p($symbol['smallname']);
@ -27,7 +27,7 @@ OCP\Util::addstyle('gpxedit', 'admin');
echo '" title="'.$l->t('Delete').'"></button>';
echo '</td></tr>';
}
?>
?>
</table>
</div>