diff options
| author | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
| commit | da30c6c48e646efd38e8042370664115b99d6b1e (patch) | |
| tree | ba7d0e881f227296202b7a70bd5a313f51ee1909 /template/directory.st | |
| parent | 42150227b1f6fa6798862e0ef92e7ee3a8bcafc1 (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge Share indent
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$" /> |
