Skip to content

Commit

Permalink
Remove usage of cellpadding/cellspacing in default template
Browse files Browse the repository at this point in the history
This closes issue #52
  • Loading branch information
aperezdc committed Aug 30, 2016
1 parent bdaceb6 commit c5deb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>Index of
</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>
Expand Down

0 comments on commit c5deb79

Please sign in to comment.