Skip to content

Commit 3d158e2

Browse files
committed
Show borders in tableresize sample even without showborder plugin.
1 parent 8204e78 commit 3d158e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tableresize/samples/tableresize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1 class="samples">
4747
CKEditor using the <code>tableresize</code> plugin:
4848
</label>
4949
<textarea cols="80" id="editor1" name="editor1" rows="10">
50-
&lt;table style="width: 500px;"&gt;
50+
&lt;table style="width: 500px;" border="1"&gt;
5151
&lt;caption&gt;
5252
A sample table&lt;/caption&gt;
5353
&lt;tbody&gt;

0 commit comments

Comments
 (0)