aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-08-25 14:53:21 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-17 23:34:37 +0200
commitceb5a40eecbc60577ce0735254a4a189d719302e (patch)
treec08d6095cdf8d12c6ce9646c85b6597f951ae754 /phpBB/search.php
parentada2d4c91bb063f3d9d591bfc3ce9552957772e0 (diff)
downloadforums-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.php4
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&amp;t=" . $row['topic_id'] . '&amp;p=' . $row['post_id'] . (($u_hilit) ? '&amp;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);