From 4b5466a888221e48eedb04e1d4216ccc6994d853 Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Thu, 30 Jan 2014 11:45:47 +0100
Subject: [PATCH] OO-957: allow <init> tag without attributes for red screens

---
 .../olat/core/util/filter/impl/_resources/antisamy-tinymce.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/olat/core/util/filter/impl/_resources/antisamy-tinymce.xml b/src/main/java/org/olat/core/util/filter/impl/_resources/antisamy-tinymce.xml
index edeba7bff46..7d034891470 100644
--- a/src/main/java/org/olat/core/util/filter/impl/_resources/antisamy-tinymce.xml
+++ b/src/main/java/org/olat/core/util/filter/impl/_resources/antisamy-tinymce.xml
@@ -557,7 +557,10 @@
 			<attribute name="charoff" />
 			<attribute name="background" />
 		</tag>
+		
+		<tag name="init" action="validate">
 
+		</tag>
 
 	</tag-rules>
 
-- 
GitLab