Merge pull request #18731 from mtruitt/patch-1

Updated wrapper-end.php default fallback to close containers correctly
This commit is contained in:
Mike Jolley 2018-02-01 11:28:31 +00:00 committed by GitHub
commit 4faf7dd7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ switch ( $template ) {
echo '</main></div>';
break;
default :
echo '</div></main>';
echo '</main></div>';
break;
}