Remove usage of cellpadding/cellspacing in default template

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

@ -54,7 +54,7 @@ static const u_char t05_body2[] = ""
"\n" "\n"
; ;
static const u_char t06_list1[] = "" static const u_char t06_list1[] = ""
"<table id=\"list\" cellpadding=\"0.1em\" cellspacing=\"0\">" "<table id=\"list\">"
"<thead>" "<thead>"
"<tr>" "<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>" "<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>"

@ -52,7 +52,7 @@
</h1> </h1>
<!-- var t06_list1 --> <!-- var t06_list1 -->
<table id="list" cellpadding="0.1em" cellspacing="0"> <table id="list">
<thead> <thead>
<tr> <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> <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