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/ServerScannerList.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/ServerScannerList.html')
| -rw-r--r-- | htroot/ServerScannerList.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ServerScannerList.html b/htroot/ServerScannerList.html index 48f5bd24b..e8af381bc 100644 --- a/htroot/ServerScannerList.html +++ b/htroot/ServerScannerList.html @@ -18,7 +18,7 @@ </p> <form id="servertable" action="CrawlStartScanner_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" ><fieldset> <legend><label for="servertable">Available server within the given IP range</label></legend> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <tr class="TableHeader" valign="bottom"> #(edit)#:: <th class="sorttable_nosort"> |
