[tor-commits] [depictor/master] HTML whitespace tweaks

tom at torproject.org tom at torproject.org
Fri Apr 20 16:10:58 UTC 2018


commit 3375895ec3a953ebad0d8e763a39081ccb710588
Author: Tom Ritter <tom at ritter.vg>
Date:   Fri Apr 20 11:09:00 2018 -0500

    HTML whitespace tweaks
---
 website.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/website.py b/website.py
index d3fa842..ee34bcf 100755
--- a/website.py
+++ b/website.py
@@ -654,10 +654,10 @@ class WebsiteWriter:
 		+ "    <col width=\"170\">\n"
 		+ "  </colgroup>\n"
 		+ "  <tr>\n"
-		+ "    <th>Name</th>"
-		+ "    <th>Expiry</th>"
-		+ "    <th>Identity Key Len.</th>"
-		+ "    <th>Signing Key Len.</th>"
+		+ "    <th>Name</th>\n"
+		+ "    <th>Expiry</th>\n"
+		+ "    <th>Identity Key Len.</th>\n"
+		+ "    <th>Signing Key Len.</th>\n"
 		+ "  </tr>\n")
 
 		if not self.votes:
@@ -711,8 +711,8 @@ class WebsiteWriter:
 		+ "    <col width=\"640\">\n"
 		+ "  </colgroup>\n"
 		+ "  <tr>\n"
-		+ "    <th>Name</th>"
-		+ "    <th>Approximate Clock Skew</th>"
+		+ "    <th>Name</th>\n"
+		+ "    <th>Approximate Clock Skew</th>\n"
 		+ "  </tr>\n")
 
 		if not self.clockskew:





More information about the tor-commits mailing list