Skip to content

Commit c437b88

Browse files
author
ladeak
committed
Update comment triggering a build
1 parent 17d0b52 commit c437b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mvc/Mvc.ViewFeatures/src/Rendering/TagBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ namespace Microsoft.AspNetCore.Mvc.Rendering;
2020
[DebuggerDisplay("{DebuggerToString()}")]
2121
public class TagBuilder : IHtmlContent
2222
{
23-
// Note '.' is valid according to the HTML 4.01 specification. Disallowed here to avoid
24-
// confusion with CSS class selectors or when using jQuery.
23+
// Note '.' is valid according to the HTML 4.01 specification. Disallowed here
24+
// to avoid confusion with CSS class selectors or when using jQuery.
2525
private static readonly SearchValues<char> _html401IdChars =
2626
SearchValues.Create("-0123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz");
2727

0 commit comments

Comments
 (0)