diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index d2053c0290..f52e640b07 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -458,7 +458,7 @@ function generate_pagination($base_url, $num_items, $per_page, $start_item, $add
if ( $on_page < $total_pages )
{
- $page_string .= ' ' . $lang['Next'] . '';
+ $page_string .= ' ' . $lang['Next'] . '';
}
}