Browse Source

Removed the ">" sign in the index template

sh4nks 11 years ago
parent
commit
9dbe94b3ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/forum/index.html

+ 1 - 1
flaskbb/templates/forum/index.html

@@ -98,7 +98,7 @@
             <td>
                 Newest registered user: {% if newest_user %}<a href="{{ url_for('user.profile', username=newest_user.username) }}">{{ newest_user.username }}</a>{% else %}No users{% endif %}<br />
                 Registered users online: <strong>{{ online_users }}</strong> <br />
-                {% if config["USE_REDIS"] %}>
+                {% if config["USE_REDIS"] %}
                 Guests online: <strong>{{ online_guests }}</strong> <br />
                 {% endif %}
             </td>