[tor-commits] [atlas/master] Removes deprecated attributes from search results table (Fixes: #21292)

irl at torproject.org irl at torproject.org
Tue Jan 31 22:53:38 UTC 2017


commit e5a3f7042972889bcaffc4bc81255c38136386e1
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Mon Jan 30 02:15:15 2017 +0000

    Removes deprecated attributes from search results table (Fixes: #21292)
---
 templates/search/do.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/search/do.html b/templates/search/do.html
index 2e2a71b..c534f7a 100644
--- a/templates/search/do.html
+++ b/templates/search/do.html
@@ -51,7 +51,7 @@
     <% } %>
 
 <h1 id="search-title"></h1>
-<table cellpadding="0" cellspacing="0" border="0" class="table table-bordered table-striped" id="torstatus_results">
+<table class="table table-bordered table-striped" id="torstatus_results">
 	<thead>
 		<tr>
 			<th>Nickname</th>





More information about the tor-commits mailing list