diff --git a/xmodule/templates/html/raw.yaml b/xmodule/templates/html/raw.yaml index d844f15403..e651993a3c 100644 --- a/xmodule/templates/html/raw.yaml +++ b/xmodule/templates/html/raw.yaml @@ -3,11 +3,7 @@ metadata: display_name: Raw HTML editor: raw data: | -

This template is similar to the Text template. The only difference is - that this template opens in the Raw HTML editor rather than in the Visual - editor.

-

The Raw HTML editor saves your HTML exactly as you enter it. - You can switch to the Visual editor by clicking the Settings tab and - changing the Editor setting to Visual. Note, however, that some of your - HTML may be modified when you save the component if you switch to the - Visual editor.

+

This is a Raw HTML editor that saves your HTML exactly as you enter it. + This means that even malformed HTML tags will be saved and rendered as-is. + There is no way to switch between Raw and Visual Text editor types, so be + sure this is the editor you should be using!