style: 格式问题

This commit is contained in:
2025-05-14 11:30:04 +08:00
parent 81bcf589b0
commit 569d827766
2 changed files with 5 additions and 4 deletions

View File

@@ -67,8 +67,9 @@
<div class="ftopicos">
<ul>
{volist name="media_config" id="vo"}
<a href="{$vo.url.value}"><img src="{$vo.image.value}" {if condition="!empty($vo.image.extra)"
}style="{$vo.image.extra}" {/if} /></a>
<a href="{$vo.url.value}">
<img src="{$vo.image.value}" {if condition="!empty($vo.image.extra)"}style="{$vo.image.extra}" {/if} />
</a>
{/volist}
</ul>
</div>