mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[PR #45] [MERGED] Fix double html-character encoding by removing htmlentities() in DnsLookup #49
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#49
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?
📋 Pull Request Information
Original PR: https://github.com/spatie/dnsrecords.io/pull/45
Author: @bartvanraaij
Created: 9/28/2018
Status: ✅ Merged
Merged: 9/28/2018
Merged by: @freekmurze
Base:
master← Head:fix-double-html-encoding📝 Commits (1)
fd1366dFix double html-character encoding by removing htmlentities() in DnsLookup📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/Services/Commands/Commands/DnsLookup.php(+1 -1)📄 Description
This fixes https://github.com/spatie/dnsrecords.io/issues/44
The displayed data is already being character-encoded by Blade:
So if I'm not mistaken,
htmlentities()can safely be removed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.