Commit c086ad1d4d954a20e774be413ec1952c6e030ae2
1 parent
25a92978
Exists in
master
and in
7 other branches
Correção na ferramenta de inserção de textos de forma interativa
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
classesphp/classe_temas.php
... | ... | @@ -1314,8 +1314,8 @@ Adiciona LABEL em uma classe de um tema |
1314 | 1314 | $label = $novac->getLabel(0); |
1315 | 1315 | } |
1316 | 1316 | else{ |
1317 | - $label = $novac->label; | |
1318 | - $novac->settext("'".$texto."'"); | |
1317 | + $label = $novac->label; | |
1318 | + $novac->settext($texto); | |
1319 | 1319 | } |
1320 | 1320 | if($wrap != ""){ |
1321 | 1321 | $label->set("maxlength",1); | ... | ... |