From 2d40703ff7454dcbd10701bd5e0b3082ccc96be1 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 24 May 2008 23:16:51 +0000 Subject: fixed a missing semi colon in pagination example --- user_guide/libraries/pagination.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide') diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html index d91a73eea..5592bc22a 100644 --- a/user_guide/libraries/pagination.html +++ b/user_guide/libraries/pagination.html @@ -160,7 +160,7 @@ something different you can specify it.

Customizing the "Next" Link

-

$config['next_link'] = '&gt';

+

$config['next_link'] = '>';

The text you would like shown in the "next" page link.

$config['next_tag_open'] = '<div>';

@@ -171,7 +171,7 @@ something different you can specify it.

Customizing the "Previous" Link

-

$config['prev_link'] = '&lt';

+

$config['prev_link'] = '&lt;';

The text you would like shown in the "previous" page link.

$config['prev_tag_open'] = '<div>';

-- cgit v1.2.3-24-g4f1b