From d5e7abadf839582da721e967afe01390cedfd329 Mon Sep 17 00:00:00 2001 From: Ashley Holman Date: Tue, 12 May 2009 12:02:36 +0930 Subject: [PATCH] Fix htmleditor bug when trying to link multiple elements, eg. link text + image. The bug was causing links to point to http://www.moodle.org/ + Math.rand(). --- lib/editor/htmlarea/htmlarea.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/editor/htmlarea/htmlarea.php b/lib/editor/htmlarea/htmlarea.php index 87d4122..83b59c9 100755 --- a/lib/editor/htmlarea/htmlarea.php +++ b/lib/editor/htmlarea/htmlarea.php @@ -1599,7 +1599,6 @@ HTMLArea.prototype._createLink = function(link) { if(param.f_title){ link.title=param.f_title.trim(); } - break; } } } else { -- 1.6.0.6