diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
| commit | 1ac13dea9fb81b0d6481ac1aa7c942cfaa734279 (patch) | |
| tree | 25fca830012743685eca7d4c51e39a85df49bdc4 /template/directory.st | |
| parent | b3dcf20f4428882d23af2de0790c9248a59cc39c (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/directory.st b/template/directory.st index 1296edf..aec8363 100644 --- a/template/directory.st +++ b/template/directory.st @@ -32,7 +32,7 @@ $users:{ u | <div class="logged-dump" id="message-$u.message_id$"> <a href="/u/$u.nick$"> - <b>$u.nick$</b> + <div id="usernicks"> <b>$u.nick$</b></div> $if(u.avatar)$ <div id="logavatar"> <img height="50" width="50" src="$u.avatar$" /> |
