From 063ecd6e33e2a51f62eca6718e48e1bc7325f4c8 Mon Sep 17 00:00:00 2001 From: William Donahoe Date: Tue, 31 Mar 2020 16:42:02 -0400 Subject: [PATCH] fix(hasposts): add missing closing tag (Fixes: #34) --- src/Directives/WordPress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directives/WordPress.php b/src/Directives/WordPress.php index ca2c30a..092a820 100644 --- a/src/Directives/WordPress.php +++ b/src/Directives/WordPress.php @@ -88,7 +88,7 @@ "" . "isNotEmpty() ? new WP_Query(\$posts->all()) : {$expression}; ?>" . - "have_posts()) :"; + "have_posts()) : ?>"; } return "" .