From d1e5e6359ee11ba68383757f3d6cfe5a1f4cfad2 Mon Sep 17 00:00:00 2001 From: julmis Date: Wed, 3 Dec 2003 17:34:41 +0000 Subject: [PATCH] Improvement to table editing. If table border is set to zero you'll still see the dotted border. --- 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 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; -- 2.39.5