Ranglistenpunkte Remove unnecessary formats

This commit is contained in:
Daniel Goerlich
2021-01-19 20:59:12 +01:00
parent 6cab10521b
commit d20a5b9c39
@@ -7128,7 +7128,7 @@ global $params;
</tr> </tr>
</table> </table>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td colspan="3"> <td colspan="3">
<div> <div>
@@ -7154,7 +7154,7 @@ global $params;
<?php <?php
if (count($turnierdisziplinen) > 0) { if (count($turnierdisziplinen) > 0) {
?> ?>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT_PLACEMENT'); ?></td> width="100%"><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT_PLACEMENT'); ?></td>