[GB.WEB.FORM]

* BUG: WebTabPanel: Fix syntax error is generated HTML.


git-svn-id: svn://localhost/gambas/trunk@7560 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-01-06 00:20:09 +00:00
parent 56a60ed7c8
commit 7d4bd2ed1b

View file

@ -126,7 +126,7 @@ Public Sub _Render()
Print "</div>"
Print "<div class=\"gw-tab-contents";
If Not $bBorder Then Print " gw-noborder\"";
If Not $bBorder Then Print " gw-noborder";
Print "\">"
With $aTab[$iIndex]