Send unescaped HTML to API

Created on 15 April 2024, 12 months ago
Updated 29 April 2024, 11 months ago

Problem/Motivation

The Conductor API expects raw, unescaped HTML to be sent as the body_copy. For some reason, that value is being wrapped in `pre` tags and run through `htmlspecialchars` before being sent.

Steps to reproduce

The API will miscalculate many things including word count if it's sent escaped HTML.

Proposed resolution

Remove the `pre` tags and `htmlspecialchars`.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States balsama boston

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024