From 3b5656db543462ec1f126d0d97b1ee1ba25c782e Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 26 Oct 2008 20:53:16 +0000 Subject: Added no-cache pragma. Fixed indentation in forum code. --- forum/utils/threads.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'forum/utils/threads.php') diff --git a/forum/utils/threads.php b/forum/utils/threads.php index e3f0996..f65a1f8 100644 --- a/forum/utils/threads.php +++ b/forum/utils/threads.php @@ -20,11 +20,11 @@ class Thread { public function show() { global $fid, $current_user; - echo "
"; - if($this->lastseen[$current_user->uid] < $this->lastpost) echo "
"; - else echo "
"; - echo "" . $this->name . ""; - echo "
"; + echo "
\n"; + if($this->lastseen[$current_user->uid] < $this->lastpost) echo "
"; + else echo "
\n"; + echo " " . $this->name . "\n"; + echo "
\n"; } private function loadLastSeen($lastseen) -- cgit v1.2.3