From e200f0febb16c543e779e34da465e342dc7e4ce3 Mon Sep 17 00:00:00 2001 From: Daniel Hewes Date: Mon, 16 Sep 2024 13:42:59 -0700 Subject: [PATCH] fix: Update to use tailwind 16/9 class. Fixes #375. --- inc/lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/lib/init.php b/inc/lib/init.php index 14a002d..9af9a9d 100644 --- a/inc/lib/init.php +++ b/inc/lib/init.php @@ -323,7 +323,7 @@ function acf_json_load_point($paths) // Responsive Embed function video_embed_wrapper($html) { - $html = '
' . $html . '
'; + $html = '
' . $html . '
'; return $html; }