summaryrefslogtreecommitdiff
path: root/template/single_message.st
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2017-06-17 17:50:31 -0700
committeryo mama <pepper@scannerjammer.com>2017-06-17 17:50:31 -0700
commit25b74138d68ade87689e714f10e1f3116da5bbee (patch)
treea0f6300c425e95814bd864428b8b829fcc513333 /template/single_message.st
parent183610646a0967d4ebd41c477156ab472d057ff3 (diff)
parent0bd3046614241f7f7b7b2f329c6e06d9f5713ac1 (diff)
whateverHEADmaster
Merge branch 'master' of http://git.ghghgh.us/dumpfm_mirror
Diffstat (limited to 'template/single_message.st')
-rwxr-xr-x[-rw-r--r--]template/single_message.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/single_message.st b/template/single_message.st
index 872ff24..f3abb31 100644..100755
--- a/template/single_message.st
+++ b/template/single_message.st
@@ -15,7 +15,7 @@
<div id="profiletxt">
<a href="/$dump.nick$">
$if(dump.avatar)$
- <div style="border-image:url($dump.avatar$)">
+ <div style="border-image:url($dump.avatar$)">
<div id="avatarPic">
<img height="50" width="50" src="$dump.avatar$"></img>
</div>
@@ -24,14 +24,14 @@
$endif$
</a>
$dump.created_on$ - in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b>
-
+
</div>
<div class="content">$dump.content$</div>
<hr/>
<div class="faver-list">
<span class="dump_score">$dump.count$</span>
- <img src="http://dump.fm/static/img/thumbs/heartfavedsm.gif">
- $dump.favers: { nick | <a href="http://dump.fm/$nick$/popular"><b>$nick$</b>&nbsp;</a> }$
+ <img src="http://hump.fm/static/img/thumbs/heartfavedsm.gif">
+ $dump.favers: { nick | <a href="http://hump.fm/$nick$/popular"><b>$nick$</b>&nbsp;</a> }$
</div>
$single_message_share_buttons()$
</div>