Update TagHelperBlockRewriter.cs
This commit is contained in:
parent
331f0b15cd
commit
7101953c1e
|
|
@ -96,7 +96,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Error occured while parsing the attribute. Don't try parsing the rest to avoid misleading errors.
|
// Error occurred while parsing the attribute. Don't try parsing the rest to avoid misleading errors.
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -763,4 +763,4 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
|
||||||
public bool IsDuplicateAttribute { get; set; }
|
public bool IsDuplicateAttribute { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue