ThreadStats: fix mistake in HTML rewrite
This commit is contained in:
parent
6228248c15
commit
1e8e5206f2
@ -3,7 +3,7 @@ ThreadStats =
|
||||
return if g.VIEW isnt 'thread' or !Conf['Thread Stats']
|
||||
|
||||
countHTML = <%= html('<span id="post-count">0</span> / <span id="file-count">0</span>') %>
|
||||
countHTML = <%= html('&{countHTML} / <span id="file-count">0</span>') %> if Conf['Page Count in Stats']
|
||||
countHTML = <%= html('&{countHTML} / <span id="page-count">0</span>') %> if Conf['Page Count in Stats']
|
||||
|
||||
if Conf['Updater and Stats in Header']
|
||||
@dialog = sc = $.el 'span',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user