From 1e25937af74b242ba942a4784726d6b41a505ed3 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 25 Aug 2010 10:54:12 +0200 Subject: [PATCH] Fixes #789: Motifs in annotations --- redakcja/static/js/wiki/view_editor_wysiwyg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redakcja/static/js/wiki/view_editor_wysiwyg.js b/redakcja/static/js/wiki/view_editor_wysiwyg.js index 5fcca87e..a661a1cd 100644 --- a/redakcja/static/js/wiki/view_editor_wysiwyg.js +++ b/redakcja/static/js/wiki/view_editor_wysiwyg.js @@ -44,7 +44,7 @@ } /* Convert HTML fragment to plaintext */ - var ANNOT_FORBIDDEN = ['pt', 'pa', 'pr', 'pe', 'begin', 'end', 'theme']; + var ANNOT_FORBIDDEN = ['pt', 'pa', 'pr', 'pe', 'begin', 'end', 'motyw']; function html2plainText(fragment){ var text = ""; -- 2.20.1