From: julmis Date: Wed, 3 Dec 2003 17:34:41 +0000 (+0000) Subject: Improvement to table editing. If table border is set to zero X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d1e5e6359ee11ba68383757f3d6cfe5a1f4cfad2;p=moodle.git Improvement to table editing. If table border is set to zero you'll still see the dotted border. --- diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index 27e88de41f..6192f63a56 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -742,7 +742,7 @@ HTMLArea.prototype.generate = function () { doc.open(); var html = "\n"; html += "\n"; - html += "\n"; + html += "\n"; html += "\n"; html += "\n"; html += editor._textArea.value;