This commit is contained in:
Lastorder 2024-11-22 09:48:18 +09:00 committed by GitHub
parent 06863a216d
commit f9cf23a7dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@
<!--@foreach($val->item as $item_srl => $item)-->
{@$_idx = $poll->poll_srl.'_'.$poll_srl_index.'_'.$item_srl}
<div class="item <!--@if($_key==count($val->item)-1)-->noborder<!--@end-->" cond="$item->title != '<HIDE>'">
<div class="item <!--@if($_key==count($val->item)-1)-->noborder<!--@end-->" cond="$item->title != '&lt;HIDE&gt;'">
<!--@if($val->checkcount>1)-->
<input type="checkbox" name="item_{$poll->poll_srl}_{$poll_srl_index}" value="{$item->poll_item_srl}" id="item_{$item->poll_item_srl}" />
<!--@else-->

View file

@ -36,7 +36,7 @@
<!--@foreach($val->item as $item_srl => $item)-->
{@$_idx = $poll->poll_srl.'_'.$poll_srl_index.'_'.$item_srl}
<div class="item" cond="$item->title != '<HIDE>'">
<div class="item" cond="$item->title != '&lt;HIDE&gt;'">
<!--@if($val->checkcount>1)-->
<input type="checkbox" name="item_{$poll->poll_srl}_{$poll_srl_index}" value="{$item->poll_item_srl}" id="item_{$item->poll_item_srl}" />
<!--@else-->