Need to trim whitespace in the tag

This commit is contained in:
Tyler Akins
2023-04-08 12:41:31 -05:00
parent 2085dc2792
commit 501ca2144f

2
mo
View File

@@ -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