remove "title" on random

This commit is contained in:
noxy 2016-11-04 01:49:14 +00:00
parent d542ccd2fd
commit 0621007a1e

View File

@ -12,7 +12,7 @@
{% if next != null %}
<a id="next" href="/{{ next }}"><<-</a>&nbsp;|&nbsp;
{% endif %}
<a id="random" href="/random" title="Random">random</a>&nbsp;
<a id="random" href="/random">random</a>&nbsp;
{% if prev != null %}
&nbsp;| <a id="prev" href="/{{ prev }}">->></a>
{% endif %}