]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing typos :-( sorry!!!
authorjulmis <julmis>
Tue, 16 Mar 2004 23:00:45 +0000 (23:00 +0000)
committerjulmis <julmis>
Tue, 16 Mar 2004 23:00:45 +0000 (23:00 +0000)
lib/editor/htmlarea.php

index 06f302848fdc09292932950e78531a514d645a7b..dce9d066c3ee999b58f0c06cfdf7cfb15fd1a92b 100644 (file)
@@ -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"]))