Ignore:
Timestamp:
10/25/10 13:47:44 (13 years ago)
Author:
asaikawa
Message:

Ticket #946 - Adicionadas aspas em alguns parametros na montagem do componente

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/inc/smarty/wf_plugins/function.wf_autocomplete_input.php

    r3398 r3409  
    8888                } 
    8989                $inputElement = <<<EOF 
    90                 <input id="$name_input" name="$name_input" type="text" value="$textValue" style="$style" onfocus=$onfocus onblur=$onblur $extra_input/> 
     90                <input id="$name_input" name="$name_input" type="text" value="$textValue" style="$style" onfocus="$onfocus" onblur="$onblur" $extra_input/> 
    9191EOF; 
    9292        } 
Note: See TracChangeset for help on using the changeset viewer.