Ralfp 12 years ago
parent
commit
25daa67734
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/index.html

+ 1 - 1
templates/cranefly/index.html

@@ -138,7 +138,7 @@
         </li>
         {% if settings.online_counting != 'no' %}
         <li>
-          <span class="tooltip-top" title="{% trans %}Online{% endtrans %}"><i class="icon-map-marker"></i> {{ users_online.members|int|intcomma }} <span class="muted">{{ users_online.all|int|intcomma }}</spam></span>
+          <span class="tooltip-top" title="{% trans %}Online{% endtrans %}"><i class="icon-map-marker"></i> {{ users_online.members|int|intcomma }} <span class="muted">{{ users_online.all|int|intcomma }}</span></span>
         </li>
         {% endif %}
       </ul>