Skip to content

Commit

Permalink
Fixed html validation: element main does not need a role attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees authored and thet committed Mar 11, 2016
1 parent 4a59eae commit 66457bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonetheme/barceloneta/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="row">
<aside id="global_statusmessage"></aside>
</div>
<main id="main-container" class="row row-offcanvas row-offcanvas-right" role="main">
<main id="main-container" class="row row-offcanvas row-offcanvas-right">
<div id="column1-container">
</div>
<div id="content-container">
Expand Down

0 comments on commit 66457bc

Please sign in to comment.