diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/profile.st b/template/profile.st index a735b2a..e753203 100755 --- a/template/profile.st +++ b/template/profile.st @@ -27,14 +27,14 @@ </head> <body> $banner()$ - <div id="chatrap"> + <div id="chatrap"> <div id="headerbar"></div> <div id="log"> <div id="loghead"> </div> <br> - <div id="posts"> + <div id="posts"> <div id="cats"> $if(dumps)$ $dumps:{ d | $logged_dump(dump=d)$ }$ @@ -145,6 +145,6 @@ $footer()$ </div> </div> - </div> + </div></div> </body> </html> |
