From: Radek Czajka Date: Wed, 25 Aug 2010 08:54:12 +0000 (+0200) Subject: Fixes #789: Motifs in annotations X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/1e25937af74b242ba942a4784726d6b41a505ed3?ds=inline Fixes #789: Motifs in annotations --- 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 = "";