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 86282aa..4a94aa2 100644
--- a/views/partials/hootstream.ejs
+++ b/views/partials/hootstream.ejs
@@ -16,14 +16,14 @@
<a class="avatarLink" href="/stream/profile/{{username}}" style="opacity: {{age_opacity}}">
<div class="avatar" title="{{username}}" style="background-image:url({{image}});opacity:{{showAvatar}};"></div>
</a>
- <div class="text" style="opacity: {{age_opacity}}">{{hoot}}</div>
+ <div class="text" style="opacity: {{hoot_opacity}}">{{hoot}}</div>
<div class="age date" style="opacity: {{age_opacity}}">{{age}}</div>
</div>
</script>
<script class="threadTemplate" type="text/html">
<div class="{{className}}">
- <a class="userLink" href="/stream/profile/{{username}}" style="opacity: {{age_opacity}}">
+ <a class="userLink" href="/stream/profile/{{username}}" style="opacity: {{thread_opacity}}">
{{username}}
</a>
<a class="avatarLink" href="/stream/profile/{{username}}" style="opacity: {{age_opacity}}">