Smarty:html_optionsで出力される改行を出力しないようにする。
12月 1, 2011
add a comment
いったん定義してからエスケープする。
{capture assign="opt"}{html_options ...}{/capture}
{$opt|escape:javascript}
いったん定義してからエスケープする。
{capture assign="opt"}{html_options ...}{/capture}
{$opt|escape:javascript}
最近のコメント