commit 3db77a4a8e8dedb611970901421dfc8243093c06 Author: Philipp Winter phw@torproject.org Date: Sat Oct 12 19:49:42 2013 +0200
Add two missing "<dl>" HTML tags. --- templates/details/main.html | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/templates/details/main.html b/templates/details/main.html index 1fc243a..1ee614f 100644 --- a/templates/details/main.html +++ b/templates/details/main.html @@ -104,6 +104,7 @@ </div> <div class="span4"> <h3>Current Status</h3> + <dl>
<% if (relay.get('running') === false) { %> <dt><span class="tip" data-content="The time since this relay was last seen online." data-original-title="Downtime">Downtime</span></dt> @@ -116,6 +117,7 @@ <dt><span class="tip" data-content="Whether this relay is listed in the current Tor directory or not." data-original-title="Running">Running</span></dt> <dd><%= relay.get('running') %></dd>
+ </dl> </div> </div>
tor-commits@lists.torproject.org