]> git.mxchange.org Git - fba.git/blobdiff - templates/views/scoreboard.html
Continued:
[fba.git] / templates / views / scoreboard.html
index 53cc3ec78dcb4d42556d83a03c609d1eaad58e49..bb2236b824770bcb794925b8a96a6d8b9b9bd937 100644 (file)
@@ -19,7 +19,7 @@
         <h1>TOP {{amount}} average peer count</h1>
     {% elif mode == 'obsfucator' %}
         <h1>TOP {{amount}} obsfucating software</h1>
-    {% elif mode == 'obsfucator' %}
+    {% elif mode == 'obsfucation' %}
         <h1>Obsfucation metrics</h1>
     {% endif %}
 {% endblock %}
 
 {% block footer %}
     {% if mode == 'error_code' %}
-        <h2>Please note to error codes:</h2>
-        <ul>
-            <li>Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.</li>
-        </ul>
+        <div class="notes">
+            <h2>Please note to error codes:</h2>
+            <ul>
+                <li>Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.</li>
+            </ul>
+        </div>
     {% elif mode == 'obsfucation' %}
-        <h2>Please note to obsfucation status:</h2>
-        <ul>
-            <li>Only supported networks are listed here.</li>
-            <li><em>None</em> means not determined yet.</li>
-        </ul>
+        <div class="notes">
+            <h2>Please note to obsfucation status:</h2>
+            <ul>
+                <li>Only supported networks are counted here.</li>
+                <li><em>None</em> means not determined yet.</li>
+            </ul>
+        </div>
     {% endif %}
     <a href="{{base_url}}/">Index</a> /
     {{ super() }}