From d0704a1c0aa03ed385f0224394aa3fcda39eabb7 Mon Sep 17 00:00:00 2001
From: "Iain R. Learmonth" <irl@fsfe.org>
Date: Mon, 30 Jan 2017 02:15:15 +0000
Subject: [PATCH] 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 ebb2508..37abd5a 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>
--
GitLab