From 382d31018ac07163756ee184dc982b36e265aa64 Mon Sep 17 00:00:00 2001 From: Mark Truitt Date: Wed, 31 Jan 2018 19:23:46 -0500 Subject: [PATCH] Update wrapper-end.php default fallback needed to be reversed. Opening containers are div > main --- templates/global/wrapper-end.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/global/wrapper-end.php b/templates/global/wrapper-end.php index 820c633eca0..363c911eaa5 100644 --- a/templates/global/wrapper-end.php +++ b/templates/global/wrapper-end.php @@ -48,6 +48,6 @@ switch ( $template ) { echo ''; break; default : - echo ''; + echo ''; break; }