[tor-commits] [metrics-web/master] Minor tweaks to News page.
karsten at torproject.org
karsten at torproject.org
Mon Jan 9 17:03:42 UTC 2017
commit 7512d43ef503470327ce48d966db8a3410173de0
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed Dec 14 20:45:41 2016 +0100
Minor tweaks to News page.
---
website/web/WEB-INF/news.jsp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/web/WEB-INF/news.jsp b/website/web/WEB-INF/news.jsp
index fa9eb13..4ff1bcd 100644
--- a/website/web/WEB-INF/news.jsp
+++ b/website/web/WEB-INF/news.jsp
@@ -30,7 +30,7 @@ of data, rather than just dogma or perspective."
<br>
<!-- Navigation end -->
-<h3>News</h3>
+<h1>News</h1>
<br>
<p>We collect reports of events and aggregate them here for your convenience.
@@ -46,7 +46,7 @@ it to this list.</p>
<c:forEach var="category" items="${news}">
<a name="${category.key[1]}"></a>
-<h3>${category.key[0]}</h3>
+<h2>${category.key[0]}</h2>
<c:forEach var="entry" items="${category.value}">
<p>${entry[0]}</p>
</c:forEach>
More information about the tor-commits
mailing list