Skip to content
Snippets Groups Projects
Commit 8dec38d1 authored by deuce's avatar deuce
Browse files

Fix a typo in style.

parent 7fbb128e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ if(new_stats[msg_number].inherit_new)
<span class="reply_count"><?xjs write(reply_count[msg_number]) ?></span>
<span class="newest_reply_date"><?xjs if(new_stats[msg_number].newest_reply) write(strftime("%m/%d/%y @ %I:%M %p",new_stats[msg_number].newest_reply)); ?></span>
<div class="message-body" style="display: none" id="message-body-<?xjs write(clean_id(sub_code)+'-'+msg_number) ?>"></div>
<div class="replies" style="disaply: <?xjs if(new_stats[msg_number].inherit_new) write('block'); else write('none'); ?>" id="replies-<?xjs write(clean_id(sub_code)+'-'+msg_number) ?>"><?xjs
<div class="replies" style="display: <?xjs if(new_stats[msg_number].inherit_new) write('block'); else write('none'); ?>" id="replies-<?xjs write(clean_id(sub_code)+'-'+msg_number) ?>"><?xjs
/* Some of the replies are new... expand them! */
if(new_stats[msg_number].inherit_new) {
var moved_back=false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment