From 63830e903d2a00c989db68c58db1eaf31a732ebd Mon Sep 17 00:00:00 2001 From: julmis Date: Tue, 16 Mar 2004 23:00:45 +0000 Subject: [PATCH] Fixing typos :-( sorry!!! --- lib/editor/htmlarea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])) -- 2.39.5