TickTackk
Well-known member
- Affected version
- 2.1.7
Making it harder to style. Simply replacing
with
Allows targeting every thread list item.
HTML:
<div class="blocks">
<xf:if is="$showExpandedTitle">
<h2 class="blocks-header">
{$title}
</h2>
</xf:if>
HTML:
<div class="blocks"{{ widget_data($widget) }}>
<xf:if is="$showExpandedTitle">
<h2 class="blocks-header">
{$title}
</h2>
</xf:if>
Allows targeting every thread list item.