Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

validator errors #614

Closed
jimlongo56 opened this issue Dec 12, 2015 · 1 comment
Closed

validator errors #614

jimlongo56 opened this issue Dec 12, 2015 · 1 comment
Labels

Comments

@jimlongo56
Copy link
Contributor

Hi, line 16 in single.php produces a duplicate class attribute.

<article class="main-content" <?php post_class() ?> id="post-<?php the_ID(); ?>">
results in something like this . . .
<article class="main-content" class="post-1 post type-post status-publish format-standard hentry category-uncategorized" id="post-1">

Additionally there are three stray closing divs in footer.php that aren't required.
lines 25, 26, 30

@olefredrik olefredrik added the bug label Dec 12, 2015
@olefredrik
Copy link
Owner

Hi,

Thanks! The duplicate class attribute error has now been fixed #616

The closing divs in footer.php should only be applied when off-canvas is selected as the mobile menu option in customizer. Fixed in #615

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants