[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:
parent
56a60ed7c8
commit
7d4bd2ed1b
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue