fix: fix support for inline templates
This commit is contained in:
parent
eb2a63e136
commit
fdea721f4f
@ -65,7 +65,6 @@ public sealed class TemplateInlineParser : InlineParser
|
|||||||
Params = paramsList.AsReadOnly()
|
Params = paramsList.AsReadOnly()
|
||||||
};
|
};
|
||||||
|
|
||||||
slice.End = slice.Start;
|
|
||||||
slice.Start += template.Length + 4;
|
slice.Start += template.Length + 4;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user