Skip to content

Commit

Permalink
Fix single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKneale committed Jun 23, 2024
1 parent 473a7ab commit e32f9fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ static OrganisationCreatePageData()
.Replace("_", string.Empty)
.Replace(" ", string.Empty)
.Replace(",", string.Empty)
.Replace("'", string.Empty)
.Replace("-", string.Empty));
}

Expand Down

0 comments on commit e32f9fa

Please sign in to comment.