From 501ca2144f0f36c6c8849dfa90c194f626572b66 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Sat, 8 Apr 2023 12:41:31 -0500 Subject: [PATCH] Need to trim whitespace in the tag --- mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo b/mo index 4764139..2e98218 100755 --- a/mo +++ b/mo @@ -736,7 +736,7 @@ mo::parseCloseTag() { local moContent moArgs moCurrent moCloseDelimiter moCurrentBlock moPrevious moStandaloneContent moPrevious=$2 - moContent=${3:1} + mo::trim moContent "${3:1}" moCurrent=$4 moCloseDelimiter=$5 moCurrentBlock=$6