Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Web resources rendered as inline generate incorrect "literal" element #103

Open
amervitz opened this issue Apr 4, 2019 · 0 comments
Open

Comments

@amervitz
Copy link
Contributor

amervitz commented Apr 4, 2019

When using the render web resources as inline option on a web form step, the HTML is rendered inside a <literal>...</literal> element which isn't a valid HTML tag.

An example HTML file:
image

A CRM form referencing the HTML web resource:
image

The setting:
image

The rendered HTML:
image

The problematic code:

var placeholder = new HtmlGenericControl("literal") { ID = Metadata.ControlID, Visible = Enabled };

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant