Removing redundancy with WAI-ARIA in HTML

This commit is contained in:
Micah
2015-10-10 12:13:29 -07:00
parent 19de3e27a8
commit 28a25c430f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<footer class="content-info" role="contentinfo">
<footer class="content-info">
<div class="container">
<?php dynamic_sidebar('sidebar-footer'); ?>
</div>