From: julmis Date: Tue, 16 Mar 2004 23:00:45 +0000 (+0000) Subject: Fixing typos :-( sorry!!! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=63830e903d2a00c989db68c58db1eaf31a732ebd;p=moodle.git Fixing typos :-( sorry!!! --- diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index 06f302848f..dce9d066c3 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -1689,7 +1689,7 @@ HTMLArea.prototype.execCommand = function(cmdID, UI, param) { case "createlink": this._createLink(); break; - case "unlink": this._removelink(); + case "unlink": this._removelink(); break; case "popupeditor": if (HTMLArea.is_ie) { //if (confirm(HTMLArea.I18N.msg["IE-sucks-full-screen"]))