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