Skip to content

Commit

Permalink
Add replacement to fix mgstage description
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Jan 25, 2021
1 parent cf5ed90 commit c7b83a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Javinizer/Private/Convert-HTMLCharacter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ function Convert-HTMLCharacter {
-replace '#39;s', "'" `
-replace '', '.*.' `
-replace ''', "'" `
-replace '&#039', ''
-replace '&#039', '' `
-replace '', '' # Seemingly invisible character that appears in mgstage

$newString = $String.Trim()

Expand Down

0 comments on commit c7b83a7

Please sign in to comment.