Skip to content

Commit 14a6e46

Browse files
authored
Merge pull request #366 from vanillajonathan/patch-4
Hyphenate word
2 parents d50228d + 4de2af2 commit 14a6e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HtmlSanitizer/HtmlSanitizer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>Cleans HTML from constructs that can be used for cross site scripting (XSS)</Description>
4+
<Description>Cleans HTML from constructs that can be used for cross-site scripting (XSS)</Description>
55
<Copyright>Copyright 2013-$([System.DateTime]::Now.Year) Michael Ganss</Copyright>
66
<AssemblyTitle>HtmlSanitizer</AssemblyTitle>
77
<AppVeyor_Build_Version Condition="'$(APPVEYOR_BUILD_VERSION)' == ''">1.0.0</AppVeyor_Build_Version>

0 commit comments

Comments
 (0)