mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Entitize the less-than symbol for the users-online display.
This commit is contained in:
committed by
Max Goodman
parent
d8fa5e9099
commit
c57446bdca
@@ -38,7 +38,7 @@
|
||||
<span class="subscribers">${unsafe(Score.readers(thing.subscribers))}</span>
|
||||
<p class="users-online" title="${_('number of logged-in users in the past 15 minutes')}">
|
||||
%if thing.sr.accounts_active < 100 and not c.user_is_admin:
|
||||
${unsafe(Score.users_online(100, prepend='<'))}
|
||||
${unsafe(Score.users_online(100, prepend='<'))}
|
||||
%else:
|
||||
${unsafe(Score.users_online(thing.sr.accounts_active))}
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user