From 0629a6fbbe127f4be61af820af6ca716d6627315 Mon Sep 17 00:00:00 2001 From: "robert%accettura.com" Date: Fri, 20 May 2005 01:42:06 +0000 Subject: [PATCH] Fix entity in pagination on reporter server. To trivial for a bug, not part of build. --- tools/reporter/app/includes/iolib.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.