diff options
| author | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
| commit | fb4f8932ad3caf7a5ffdb09685d7424879a92ead (patch) | |
| tree | b018770c09f58da9b511baadb5b9b32bbcf6c137 /template/single_message.st | |
| parent | 532d81b0207314aad593d1e398076915e53da7e9 (diff) | |
| parent | 5b2139d5a747f37264160b43b4c776846b54cb74 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/single_message.st')
| -rw-r--r-- | template/single_message.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/single_message.st b/template/single_message.st index 13c3ac0..e017b6f 100644 --- a/template/single_message.st +++ b/template/single_message.st @@ -11,7 +11,7 @@ </head> <body class="permalink"> $banner()$ - <div class="content"> + <div class="content"><br><br> <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> <br> <a href="/$dump.nick$"> $if(dump.avatar)$ |
