mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Need to trim whitespace in the tag
This commit is contained in:
parent
2085dc2792
commit
501ca2144f
2
mo
2
mo
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user