xhtml 1.0 error in template
vsa_lastxhoursvisitors:
HTML Code:
<ol class="commalist" id="vilxh_users_area">
{vb:raw vilxh_userlist_init}
<vb:if condition="(($vboptions[vsa_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[vsa_visitorslastx_cutoff]))">
<div id="vilxh_users_more" class="shade" style="display:inline;float:{vb:stylevar right}">
{vb:rawphrase vsavilxh_showing_x, {vb:raw vboptions.vsa_visitorslastx_cutoff}, {vb:raw vilxh_total_members}, {vb:raw vboptions.vsa_visitorslastx_xhours}} | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none">{vb:rawphrase vsavilxh_show_all}</a>
</div>
<div id="vilxh_users_loading" class="shade" style="display:none;float:{vb:stylevar right}">
{vb:rawphrase vsavilxh_loading}
</div>
</vb:if>
</ol>
replace:
HTML Code:
<ol class="commalist" id="vilxh_users_area">
<li>
{vb:raw vilxh_userlist_init}
<vb:if condition="(($vboptions[vsa_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[vsa_visitorslastx_cutoff]))">
<div id="vilxh_users_more" class="shade" style="display:inline;float:{vb:stylevar right}">
{vb:rawphrase vsavilxh_showing_x, {vb:raw vboptions.vsa_visitorslastx_cutoff}, {vb:raw vilxh_total_members}, {vb:raw vboptions.vsa_visitorslastx_xhours}} | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none">{vb:rawphrase vsavilxh_show_all}</a>
</div>
<div id="vilxh_users_loading" class="shade" style="display:none;float:{vb:stylevar right}">
{vb:rawphrase vsavilxh_loading}
</div>
</vb:if>
</li>
</ol>
Please fixed in next version