fix: fix support for inline templates

This commit is contained in:
Oliver Booth 2023-08-14 00:56:05 +01:00
parent eb2a63e136
commit fdea721f4f
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 0 additions and 1 deletions

View File

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