Skip to content

Commit

Permalink
Update comment triggering a build
Browse files Browse the repository at this point in the history
  • Loading branch information
ladeak committed Apr 3, 2024
1 parent c5ed31e commit 8e7b24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mvc/Mvc.ViewFeatures/src/Rendering/TagBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ namespace Microsoft.AspNetCore.Mvc.Rendering;
[DebuggerDisplay("{DebuggerToString()}")]
public class TagBuilder : IHtmlContent
{
// Note '.' is valid according to the HTML 4.01 specification. Disallowed here to avoid
// confusion with CSS class selectors or when using jQuery.
// Note '.' is valid according to the HTML 4.01 specification. Disallowed here
// to avoid confusion with CSS class selectors or when using jQuery.
private static readonly SearchValues<char> _html401IdChars =
SearchValues.Create("-0123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz");

Expand Down

0 comments on commit 8e7b24a

Please sign in to comment.