Removed 'role' attribute from Wordpress theme
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
get_header(); ?>
|
||||
|
||||
<div id="content" class="narrowcolumn" role="main">
|
||||
<div id="content" class="narrowcolumn">
|
||||
|
||||
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
|
||||
<div class="post" id="post-<?php the_ID(); ?>">
|
||||
|
Reference in New Issue
Block a user