W3 html validation error

14 years 10 months ago #99817 by beat
Replied by beat on topic Re:W3 html validation error
Indeed.

Happens only in vertical mode with "show only icons".

Correct fix is to change:

[code:1] if ($horizontal || ( $show_remind_register_icons == 2 ) ) {
echo "</span>\n";
} else {
echo "</td></tr>\n";
}
}
if (!$horizontal) {
echo "</table>";
}
[/code:1]

To:

[code:1] if ($horizontal || ( $show_remind_register_icons == 2 ) ) {
echo "</span>\n";
}
if ( ! $horizontal ) {
echo "</td></tr>\n";
}
}
if (!$horizontal) {
echo "</table>";
}
[/code:1]

#268

Moving thread to CB 1.2.1.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.139 seconds

Facebook Twitter LinkedIn