зеркало из https://github.com/mozilla/gecko-dev.git
Fix entity in pagination on reporter server. To trivial for a bug, not part of build.
This commit is contained in:
Родитель
a13c8de744
Коммит
0629a6fbbe
|
@ -108,7 +108,7 @@ function navigation($pre_href='?page=', $post_href='', $num_items=0, $items_per_
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// &//8230; is the ellipse character: "..."
|
// &//8230; is the ellipse character: "..."
|
||||||
$space = '<span class="spacer"> &//8230; '."\n\t".'</span>';
|
$space = '<span class="spacer"> … '."\n\t".'</span>';
|
||||||
|
|
||||||
// There's no point in printing this string if there are no items,
|
// There's no point in printing this string if there are no items,
|
||||||
// Or if they all fit on one page.
|
// Or if they all fit on one page.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче