Skip to content
Snippets Groups Projects
Commit 59959b38 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

php 8.2 fix: html gui class

parent faf07ef1
No related branches found
No related tags found
Loading
...@@ -425,7 +425,7 @@ class htmlguielements{ ...@@ -425,7 +425,7 @@ class htmlguielements{
foreach ($aTabData['tabs'] as $sTabLabel=>$sTabContent){ foreach ($aTabData['tabs'] as $sTabLabel=>$sTabContent){
$iCounter++; $iCounter++;
$iTab++; $iTab++;
$sId="tab-generated-${iCounter}"; $sId="tab-generated-$iCounter";
$sTabs.= ($iTab==1 ? '<li class="active"' : '<li') $sTabs.= ($iTab==1 ? '<li class="active"' : '<li')
. ' role="presentation">' . ' role="presentation">'
. '<a href="#'.$sId.'" data-toggle="tab">' . $sTabLabel . '</a></li>' . '<a href="#'.$sId.'" data-toggle="tab">' . $sTabLabel . '</a></li>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment