]> git.mjollnir.org Git - moodle.git/commit
MDL-8597 - Fixed: weblib.php::print_speller_code was adding CDATA and <script> tags...
authornicolasconnault <nicolasconnault>
Fri, 2 Mar 2007 05:06:51 +0000 (05:06 +0000)
committernicolasconnault <nicolasconnault>
Fri, 2 Mar 2007 05:06:51 +0000 (05:06 +0000)
commit345ea0f7d4c29657abfff20de2b7a1649e6c1f22
tree6c897ce0684ff65a01578e633b52aee056600889
parent759b77631c3ce18545b3b59dc55358bd12dd70dc
MDL-8597 - Fixed: weblib.php::print_speller_code was adding CDATA and <script> tags around the code, when this was already done by weblib.php::use_html_editor().

Check lib/editor/htmlarea/htmlarea.class.php for a seemingly duplicated print_speller_code method.
lib/editor/htmlarea/htmlarea.class.php
lib/weblib.php