Skip to content

Commit

Permalink
Update main.sh (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
oredavids authored Aug 3, 2023
1 parent 9b94db9 commit cb1fb27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function clean_multiline_text {
output="${input//'%'/'%25'}"
output="${output//$'\n'/'%0A'}"
output="${output//$'\r'/'%0D'}"
output="${output//$'<'/'%3C'}"
echo "${output}"
}

Expand Down

0 comments on commit cb1fb27

Please sign in to comment.