Rangliste Change Subheader to H2

This commit is contained in:
Daniel Goerlich
2021-02-10 21:09:03 +01:00
parent ee2bb28ff6
commit ddeb5f6665
@@ -6972,7 +6972,7 @@ global $params;
<table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%">
<a name="rid<?php echo $rangliste->rangliste_id; ?>"></a><?php echo htmlentities_utf8($rangliste->bezeichnung); ?>
<a name="rid<?php echo $rangliste->rangliste_id; ?>"></a><H2><?php echo htmlentities_utf8($rangliste->bezeichnung); ?></H2>
</td>
</tr>
<?php