Skip to content
Snippets Groups Projects
Commit 9912fc6a authored by srosse's avatar srosse
Browse files

Merge OpenOLAT 11.5 to OpenOLAT default branch with 2bed0dbf92eb872ede4a3a516b4c9e793e2126f7

parents 40aed9f7 e8b93725
No related branches found
No related tags found
No related merge requests found
...@@ -861,7 +861,7 @@ public class RichTextConfiguration implements Disposable { ...@@ -861,7 +861,7 @@ public class RichTextConfiguration implements Disposable {
public void enableQTITools(boolean textEntry, boolean numericalInput, boolean hottext) { public void enableQTITools(boolean textEntry, boolean numericalInput, boolean hottext) {
tinyConfig = tinyConfig.enableQTITools(textEntry, numericalInput, hottext); tinyConfig = tinyConfig.enableQTITools(textEntry, numericalInput, hottext);
setQuotedConfigValue("custom_elements", "~textentryinteraction,~hottext"); setQuotedConfigValue("custom_elements", "~textentryinteraction,~hottext");
setQuotedConfigValue("extended_valid_elements", "textentryinteraction[*],hottext[*]"); setQuotedConfigValue(EXTENDED_VALID_ELEMENTS, "script[src|type|defer],textentryinteraction[*],hottext[*]");
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment