From ce66d155eca7d447bdcc6feb47c17647ac754c35 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 4 Mar 2008 20:55:55 +0000 Subject: validation error fixes --- user_guide/libraries/pagination.html | 12 ++++++------ user_guide/libraries/uri.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html index e55f65df0..072cdd7f9 100644 --- a/user_guide/libraries/pagination.html +++ b/user_guide/libraries/pagination.html @@ -139,7 +139,7 @@ will place two digits on either side, as in the example links at the very top of

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

The opening tag for the "first" link.

-

$config['first_tag_close'] = '</div>';

+

$config['first_tag_close'] = '</div>';

The closing tag for the "first" link.

Customizing the Last Link

@@ -150,7 +150,7 @@ will place two digits on either side, as in the example links at the very top of

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

The opening tag for the "last" link.

-

$config['last_tag_close'] = '</div>';

+

$config['last_tag_close'] = '</div>';

The closing tag for the "last" link.

Customizing the "Next" Link

@@ -161,7 +161,7 @@ will place two digits on either side, as in the example links at the very top of

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

The opening tag for the "next" link.

-

$config['next_tag_close'] = '</div>';

+

$config['next_tag_close'] = '</div>';

The closing tag for the "next" link.

Customizing the "Previous" Link

@@ -172,7 +172,7 @@ will place two digits on either side, as in the example links at the very top of

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

The opening tag for the "previous" link.

-

$config['prev_tag_close'] = '</div>';

+

$config['prev_tag_close'] = '</div>';

The closing tag for the "previous" link.

Customizing the "Current Page" Link

@@ -180,7 +180,7 @@ will place two digits on either side, as in the example links at the very top of

$config['cur_tag_open'] = '<b>';

The opening tag for the "current" link.

-

$config['cur_tag_close'] = '</b>';

+

$config['cur_tag_close'] = '</b>';

The closing tag for the "current" link.

@@ -189,7 +189,7 @@ will place two digits on either side, as in the example links at the very top of

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

The opening tag for the "digit" link.

-

$config['num_tag_close'] = '</div>';

+

$config['num_tag_close'] = '</div>';

The closing tag for the "digit" link.

diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 27e6f0d4f..d53ebe355 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -229,7 +229,7 @@ foreach ($segs as $segment)

$this->uri->rsegment_array(n)

This function is identical to the previous one, except that it returns the array of segments in your -re-routed URI in the event you are using CodeIgniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature.

-- cgit v1.2.3-24-g4f1b