From a7b14d1044844ecf400ab7a9de9a1df6172d474e Mon Sep 17 00:00:00 2001 From: Daniel Goerlich Date: Wed, 17 Feb 2021 15:37:32 +0100 Subject: [PATCH] Spielerprofil Ranglistenplatzierung overflow --- .../views/sportsmanager/view.html.php | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php index 1e314ff..3f7b845 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -4701,16 +4701,17 @@ global $params; ?> -

- +
+
- - - + + + - - - + + + erster_tag, false, false)) . " - " . htmlentities_utf8(FormatiertesDatum($platzierung->letzter_tag, false, false)); ?> */ ?>
bezeichnung != null ? htmlentities_utf8($platzierung->bezeichnung) : ""; ?>platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?>teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?>bezeichnung != null ? htmlentities_utf8($platzierung->bezeichnung) : ""; ?>platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?>teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?>
+