Welcome Guest, Not a member yet? Register   Sign In
pagination library
#1

Hi guys,

I came across of an issue with the pagination library. When loading the library and when click on the navigation links, the application would create a duplicate HTML headers for some reasons.

<!---start duplicate--->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>
<!--end-->
<!--here would be the normal page HTML rendering source code-->

I have overridden the "pagination.php" file in the system->libraries folder with the previous version of this file(CI 2.2) and the issue disappeared.

I though you might want to know about this issue.

Thanks
.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB