File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -137,12 +137,11 @@ module.exports=class XmlTemplater #abstract class !!
137137
138138 options =
139139 xmlTagNumber : @templaterState .tagStart .numXmlTag
140+ noStartTag : @templaterState .matches [@templaterState .tagStart .numXmlTag ].first ?
140141
142+ options .insideValue = newValue
141143 if ! @templaterState .matches [@templaterState .tagStart .numXmlTag ].first ? and ! @templaterState .matches [@templaterState .tagStart .numXmlTag ].last ? # normal case
142144 options .insideValue = leftValue+ newValue
143- else # if the content starts with: {tag</w:t> (when handling recursive cases)
144- options .insideValue = newValue
145- options .noStartTag = @templaterState .matches [@templaterState .tagStart .numXmlTag ].first ?
146145
147146 content = @ replaceXmlTag (content,options)
148147
You can’t perform that action at this time.
0 commit comments