Problem/Motivation

  1. Rendered output is not processed through an input (check_markup).

This may allow tags you do not want to allow or filter tags that you did want to allow.

Steps to reproduce

  1. Enter some HTML elements like or .
  2. Select an input format the allows these elements.
  3. These tags are filtered out regardless of text format selected.

Proposed resolution

Added markup checks on output code using the selected text format.

CommentFileSizeAuthor
#2 3376908.patch3.7 KB3cwebdev

Comments

3CWebDev created an issue. See original summary.

3cwebdev’s picture

StatusFileSize
new3.7 KB
b.khouy’s picture

Status: Active » Needs review

  • b.khouy committed 04eee10e on 1.0.x
    Fix: #3376908 - Apply text Format to rendered output
    
b.khouy’s picture

Status: Needs review » Reviewed & tested by the community
b.khouy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks @3CWebDev!
Patch has been successfully committed, please update to the latest version of Readonly Html Field module.

b.khouy’s picture

Status: Fixed » Closed (fixed)