mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
remove some spaces
git-svn-id: file:///svn/phpbb/trunk@8902 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -453,7 +453,7 @@ if ($start < 0 || $start > $total_posts)
|
||||
|
||||
// General Viewtopic URL for return links
|
||||
$viewtopic_url = append_sid('viewtopic', "f=$forum_id&t=$topic_id&start=$start" . ((strlen($u_sort_param)) ? "&$u_sort_param" : '') . (($highlight_match) ? "&hilit=$highlight" : ''));
|
||||
|
||||
|
||||
// Are we watching this topic?
|
||||
$s_watching_topic = array(
|
||||
'link' => '',
|
||||
|
Reference in New Issue
Block a user