summaryrefslogtreecommitdiff
path: root/template/directory.st
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-16 23:19:51 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-16 23:19:51 -0400
commite5ffa0c4501df288837fdfc59e1ccd30ad4fffd0 (patch)
treed7ba351ccd7a2a549fad8146a7f630f106a398c7 /template/directory.st
parenta8e82c4e1c168f8a3c4c8bd985fee4f5e5635df8 (diff)
Fixed indent
Diffstat (limited to 'template/directory.st')
-rw-r--r--template/directory.st19
1 files changed, 10 insertions, 9 deletions
diff --git a/template/directory.st b/template/directory.st
index 94fb2cb..9f68812 100644
--- a/template/directory.st
+++ b/template/directory.st
@@ -35,15 +35,16 @@
$users:{ u |
<div class="logged-dump">
<a href="/u/$u.nick$">
- <b> $u.nick$</b>
- $if(u.avatar)$
- <div id="logavatar"> <img height="50" width="50" src="$u.avatar$"></img></div>
- $endif$
- </a>
- <div id="infotxt"><b><div style="display:none;">Count: $u.cnt$ !!</div>
- last post </b></div>
- <span class="linkify">$u.content$</span>
- <hr />
+ <b>$u.nick$</b>
+ $if(u.avatar)$
+ <div id="logavatar"> <img height="50" width="50" src="$u.avatar$" /></div>
+ $endif$
+ </a>
+ <div id="infotxt">
+ <b><div style="display:none;">Count: $u.cnt$ !!</div>last post</b>
+ </div>
+ <span class="linkify">$u.content$</span>
+ <hr />
<div style="display:none;">
<a href="http://www.facebook.com/share.php?u=$u.content$" target="_blank"><img src="/static/fbbutton.png"></a>