mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Fix #1555 errors in PHP 8.0 in default board skin
This commit is contained in:
parent
857722a72c
commit
fac3a9b7a7
3 changed files with 5 additions and 6 deletions
|
|
@ -55,9 +55,8 @@
|
|||
</div>
|
||||
<div class="tns">
|
||||
{@ $tag_list = $oDocument->get('tag_list') }
|
||||
<span class="tags" cond="count($tag_list)">
|
||||
<!--@for($i=0;$i<count($tag_list);$i++)-->
|
||||
{@ $tag = $tag_list[$i]; }
|
||||
<span class="tags" cond="count($tag_list ?: [])">
|
||||
<!--@foreach($tag_list as $tag)-->
|
||||
<a href="{getUrl('search_target','tag','search_keyword',$tag,'document_srl','')}" class="tag" rel="tag">{htmlspecialchars($tag)}</a><span>,</span>
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue