mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
oops
This commit is contained in:
parent
8d0aa5249c
commit
dd70d729f1
@ -32,7 +32,7 @@ namespace Bloxstrap.UI.Elements.Controls
|
||||
/// <returns>Span, skip</returns>
|
||||
private static (Span, int) GetInlineUntilEndTagDetected(Markdig.Syntax.Inlines.Inline? inline, string tagName)
|
||||
{
|
||||
string endTag = $"<{tagName}/>"; // TODO: better way of doing this
|
||||
string endTag = $"</{tagName}>"; // TODO: better way of doing this
|
||||
|
||||
var span = new Span();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user