Skip to content

Commit

Permalink
Fix #174 bug with conditional groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Jul 30, 2024
1 parent e508dd3 commit 5cca0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Widget/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class Data extends Widget
*/
public function generate()
{
return '<input type="hidden" name="'.$this->strName.'" value="">'
return '</div></fieldset><fieldset class="tl_box" style="border: 0; margin: 0; padding: 0"><div class="widget">'
. '<input type="hidden" name="'.$this->strName.'" value="">'
. ($this->rsceScript ? '<script>'.$this->rsceScript.'</script>' : '');
}
}

0 comments on commit 5cca0c0

Please sign in to comment.