Browse Source

Make sure screen readers don't try and read ascii chart

pm2
Luke Childs 8 years ago
parent
commit
bd5baf7a65
  1. 2
      views/node.html

2
views/node.html

@ -53,7 +53,7 @@
{% endif %}
{% if bandwidth %}
<section class="bandwidth">
<section class="bandwidth" aria-hidden="true">
<h3>Bandwidth <small>(MB/s over the last month)</small></h3>
<pre>{{ bandwidth }}</pre>
</section>

Loading…
Cancel
Save