mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #606] unnecessary html escaping in pushover title #440
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#440
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukastribus on GitHub (Feb 2, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/606
A check with a
>character in the name is correctly displayed in the pushover message, but unnecessarily escaped in the title:Pushover itself works just fine:
@cuu508 commented on GitHub (Feb 4, 2022):
Thanks for the report @lukastribus! Yes, Healthchecks was escaping special characters where it should not have. Fixed, and fix deployed!
I'm also in process of testing all the other integrations – already fixed the same issue for PagerDuty, Spike.sh, Pushbullet, LINE Notify, and there's more to come...
@lukastribus commented on GitHub (Feb 16, 2022):
Thank you!