summaryrefslogtreecommitdiff
path: root/views/partials/hootstream.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/hootstream.ejs')
-rw-r--r--views/partials/hootstream.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs
index dfc1ee6..c96291e 100644
--- a/views/partials/hootstream.ejs
+++ b/views/partials/hootstream.ejs
@@ -31,8 +31,8 @@
</a>
<div class="text" style="opacity: {{age_opacity}}">{{hoot}}</div>
<div class="keyword">{{keyword_link}}</div>
- <div class="commentCount date" style="opacity: {{comment_opacity}}">{{comment_count}}</div>
- <div class="fileCount date" style="opacity: {{file_opacity}}">{{file_count}}</div>
+ <div class="commentCount" style="opacity: {{comment_opacity}}">{{comment_count}}</div>
+ <div class="fileCount" style="opacity: {{file_opacity}}">{{file_count}}</div>
<div class="age date" style="opacity: {{age_opacity}}">{{age}}</div>
</div>
</script>