-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
htmlspecialchars_decode does not work #4
Comments
Push |
i'm experiencing that problem, nobody know how to fix this? |
CampbellCrowley
added a commit
to CampbellCrowley/hfeeds
that referenced
this issue
Mar 8, 2019
CampbellCrowley
added a commit
to CampbellCrowley/hfeeds
that referenced
this issue
Mar 8, 2019
CampbellCrowley
added a commit
to CampbellCrowley/hfeeds
that referenced
this issue
Mar 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the feeds I always have html-encoded characters as in ä etc. also in links which renders them useless.
I tried
htmlspecialchars_decode
to no avail as inprint_xml_item(process(1), htmlspecialchars_decode($itTitle), $itDescription, $itLink, $itDate,$channel);echo $xml->asXML(); ?>
or in$itTitle=htmlspecialchars_decode("{h1}")
.The text was updated successfully, but these errors were encountered: