Browse Source

Remove usage of cellpadding/cellspacing in default template

This closes issue #52
pull/55/head
Adrian Perez de Castro 8 years ago
parent
commit
c5deb79e8f
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
  1. 2
      template.h
  2. 2
      template.html

2
template.h

@ -54,7 +54,7 @@ static const u_char t05_body2[] = ""
"\n"
;
static const u_char t06_list1[] = ""
"<table id=\"list\" cellpadding=\"0.1em\" cellspacing=\"0\">"
"<table id=\"list\">"
"<thead>"
"<tr>"
"<th style=\"width:55%\"><a href=\"?C=N&O=A\">File Name</a>&nbsp;<a href=\"?C=N&O=D\">&nbsp;&#8595;&nbsp;</a></th>"

2
template.html

@ -52,7 +52,7 @@
</h1>
<!-- var t06_list1 -->
<table id="list" cellpadding="0.1em" cellspacing="0">
<table id="list">
<thead>
<tr>
<th style="width:55%"><a href="?C=N&O=A">File Name</a>&nbsp;<a href="?C=N&O=D">&nbsp;&#8595;&nbsp;</a></th>

Loading…
Cancel
Save