forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes openemr#7635 appointment comments double escaped The day, month, and week appointments are showing html entities for things like apostrophes, quotes, ampersands, etc because the data is being double escaped. We need to make sure we only do a single version escape on the calendar. The calendar uses the pcVarPrepHTMLDisplay function to escape this and other fields which then get double escaped when passed through OpenEMR's attr function. We fix this issue by the removing the attr and relying on the pcVarPrepHTMLDisplay. This makes it so if anyone is using the PostCalendar/pnuserapi.php to grab events it will still work properly. Fixes openemr#7635 * Fix escaping on patient showImage day/month/week escaping issue fix.
- Loading branch information
Showing
3 changed files
with
53 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters