Active
Project:
Add to Cal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2014 at 07:58 UTC
Updated:
20 Apr 2017 at 14:58 UTC
Jump to comment: Most recent
Original title: Ampersand is not handled correctly from content title
If there is ampersand symbol present in the title of the event it gets converted to &
If you add this event to calendar it do not convert the & back to ampersand symbol.
I am sure that Drupal's check_plain function is used for security purpose, but we need to address this issue anyhow.
Note: check_plain function is used twice on the title (Present in "addtocal_download_ics" & "addtocal_extract_event_info" functions) which converts ampersand to &
Comments
Comment #1
Anonymous (not verified) commentedI'll take a look at this.
Comment #2
Anonymous (not verified) commentedI am also facing this issue.
Any solution?
Comment #3
mvcThis is happening in the description field as well. I didn't test the location field, but I'm guessing it's affected as well.
Comment #4
skaduAdding related issue.