1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 06:08:20 -05:00

fix color code issue

This commit is contained in:
RaidMax 2021-12-19 20:02:00 -06:00
parent 88209e4bbf
commit dbe5a27ec1

View File

@ -2,7 +2,7 @@
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using Microsoft.AspNetCore.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
namespace SharedLibraryCore.TagHelpers namespace SharedLibraryCore
{ {
[HtmlTargetElement("color-code")] [HtmlTargetElement("color-code")]
public class ColorCode : TagHelper public class ColorCode : TagHelper