Skip to content

Escape forbidden charaters #6

@achimha

Description

@achimha

The API requires three characters to be escaped. I think the Conversation activity should do that for the caller:

$text = str_replace(['&', '<', '>'], ['&amp;', '&lt;', '&gt;'], $text);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions