commit f3386fc96507cd7a73aed49db3beee92884ec4dc Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri May 18 16:36:55 2012 +0200
V1 and V2 directories now have @type annotations, too. --- web/WEB-INF/formats.jsp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/WEB-INF/formats.jsp b/web/WEB-INF/formats.jsp index 1dab18f..24647e0 100644 --- a/web/WEB-INF/formats.jsp +++ b/web/WEB-INF/formats.jsp @@ -76,8 +76,8 @@ are recent: <ul> <li><tt>@type server-descriptor 1.0</tt></li> <li><tt>@type extra-info 1.0</tt></li> -<li><tt><font color="gray">@type directory 1.0</font></tt></li> -<li><tt><font color="gray">@type network-status-2 1.0</font></tt></li> +<li><tt>@type directory 1.0</tt></li> +<li><tt>@type network-status-2 1.0</tt></li> <li><tt>@type dir-key-certificate-3 1.0</tt></li> <li><tt>@type network-status-consensus-3 1.0</tt></li> <li><tt>@type network-status-vote-3 1.0</tt></li>
tor-commits@lists.torproject.org