Merge pull request #10288 from djenggoat/patch-1

mismatch end tag wrapper for twentysixteen
This commit is contained in:
Claudio Sanches 2016-02-07 18:35:19 -02:00
commit 9b420c4dcb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ switch( $template ) {
echo '</div></div>';
break;
case 'twentysixteen' :
echo '</div></main>';
echo '</main></div>';
break;
default :
echo '</div></div>';