Problem/Motivation

When we use an apostrophe in a section title, this is rendered as ' in the task page.

Steps to reproduce

Enter an apostrophe in a section title, view the task.

Proposed resolution

Use htmlspecialchars_decode with ENT_QUOTES to fix this in the dvg_ct_task.module

Comments

JoshaHubbers created an issue. See original summary.

joshahubbers’s picture

This patch implements suggested solution.

joshahubbers’s picture

Status: Active » Needs review
Koen.Holman’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed and aproved

  • JoshaHubbers authored ca15dfd on 7.x-1.x
    Issue #3250814 by JoshaHubbers, Koen.Holman: Using an apostrophe in...
joshahubbers’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.