Skip to content

Commit

Permalink
Update details.php
Browse files Browse the repository at this point in the history
Fixes a missing blank space
  • Loading branch information
HtHNightwolf authored and andygrunwald committed Oct 19, 2018
1 parent 9762f5a commit 641894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tournament2/details.php
Expand Up @@ -210,7 +210,7 @@

$dsp->AddFieldsetStart(t('Regeln und Sonstiges'));
if ($tournament['rules_ext']) {
$dsp->AddDoubleRow(t('Regelwerk'), "<a href=\"./ext_inc/tournament_rules/{$tournament['rules_ext']}\" target=\"_blank\">".t('Regelwerk öffnen')."({$tournament['rules_ext']})</a>");
$dsp->AddDoubleRow(t('Regelwerk'), "<a href=\"./ext_inc/tournament_rules/{$tournament['rules_ext']}\" target=\"_blank\">".t('Regelwerk öffnen ')."({$tournament['rules_ext']})</a>");
}

$dsp->AddDoubleRow(t('Bemerkung'), $func->text2html($tournament["comment"]));
Expand Down

0 comments on commit 641894b

Please sign in to comment.