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

Anonymous’s picture

Assigned: Unassigned »

I'll take a look at this.

Anonymous’s picture

Assigned: » Unassigned

I am also facing this issue.
Any solution?

mvc’s picture

Title: Ampersand is not handled correctly from content title » Ampersand and other HTML entities are double escaped in title and description
Version: 7.x-1.0-beta3 » 7.x-1.x-dev
Issue summary: View changes

This is happening in the description field as well. I didn't test the location field, but I'm guessing it's affected as well.

skadu’s picture

Adding related issue.