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
No known key found for this signature in database
GPG Key ID: 8F3B8C432F4393BD

2
mo
View File

@ -736,7 +736,7 @@ mo::parseCloseTag() {
local moContent moArgs moCurrent moCloseDelimiter moCurrentBlock moPrevious moStandaloneContent local moContent moArgs moCurrent moCloseDelimiter moCurrentBlock moPrevious moStandaloneContent
moPrevious=$2 moPrevious=$2
moContent=${3:1} mo::trim moContent "${3:1}"
moCurrent=$4 moCurrent=$4
moCloseDelimiter=$5 moCloseDelimiter=$5
moCurrentBlock=$6 moCurrentBlock=$6