Minahito
minah****@users*****
2006年 10月 23日 (月) 15:14:22 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html diff -u xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html Mon Oct 23 15:14:22 2006 @@ -1,3 +1,3 @@ <{foreach from=$element->getOptions() key=value item=name}> - <label><input type='radio' name='<{$element->getName()}>' value='<{$value}>' <{if $element->getValue() != null && $element->getValue() == $value}> checked='checked'<{/if}> <{$element->getExtra()}> /><{$name}></label> + <label><input type='radio' name='<{$element->getName()}>' value='<{$value}>' <{if $element->getValue() !== null && $element->getValue() == $value}> checked='checked'<{/if}> <{$element->getExtra()}> /><{$name}></label> <{/foreach}>