diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-25 14:53:21 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-17 23:34:37 +0200 |
commit | ceb5a40eecbc60577ce0735254a4a189d719302e (patch) | |
tree | c08d6095cdf8d12c6ce9646c85b6597f951ae754 /phpBB/search.php | |
parent | ada2d4c91bb063f3d9d591bfc3ce9552957772e0 (diff) | |
download | forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.gz forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.bz2 forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.xz forums-ceb5a40eecbc60577ce0735254a4a189d719302e.zip |
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
PHPBB3-11023
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index 7eda3c4d1d..7d20d8d4a2 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -614,7 +614,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) } phpbb_generate_template_pagination($template, $u_search, 'pagination', 'start', $total_match_count, $per_page, $start); - + $template->assign_vars(array( 'SEARCH_TITLE' => $l_search_title, 'SEARCH_MATCHES' => $l_search_matches, @@ -1013,7 +1013,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) 'U_VIEW_FORUM' => append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $forum_id), 'U_VIEW_POST' => (!empty($row['post_id'])) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=" . $row['topic_id'] . '&p=' . $row['post_id'] . (($u_hilit) ? '&hilit=' . $u_hilit : '')) . '#p' . $row['post_id'] : '') )); - + if ($show_results == 'topics') { phpbb_generate_template_pagination($template, $view_topic_url, 'searchresults.pagination', 'start', $replies + 1, $config['posts_per_page'], 1, true, true); |