diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
| commit | 656e2ce62ac0667e700dab8cb12fbe476ce2c7b7 (patch) | |
| tree | b7098c5deaf1afeb0713e80b5256bb6c8d37a95c /htroot/Tables_p.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/Tables_p.html')
| -rw-r--r-- | htroot/Tables_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Tables_p.html b/htroot/Tables_p.html index 988c3fd75..1ba737db2 100644 --- a/htroot/Tables_p.html +++ b/htroot/Tables_p.html @@ -74,7 +74,7 @@ document.write("<div id=\"api\">\<a href=\"api/table_p.xml" + window.location.se <form action="Tables_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="tablelisting" name="tablelisting">
<fieldset>
<legend>Table Editor: showing table '#[table]#'</legend>
- <table class="sortable" border="0" cellpadding="2" cellspacing="1">
+ <table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td><input type="checkbox" name="allswitch" onclick="setall(this.form.name, this.value)" /></td>
<td>PK</td>
|
