diff --git a/tools/reporter/app/includes/iolib.inc.php b/tools/reporter/app/includes/iolib.inc.php index a1bf00b8d72b..38120f3198cb 100644 --- a/tools/reporter/app/includes/iolib.inc.php +++ b/tools/reporter/app/includes/iolib.inc.php @@ -108,7 +108,7 @@ function navigation($pre_href='?page=', $post_href='', $num_items=0, $items_per_ */ // &//8230; is the ellipse character: "..." - $space = ' &//8230; '."\n\t".''; + $space = ' … '."\n\t".''; // There's no point in printing this string if there are no items, // Or if they all fit on one page.