diff --git a/bl-kernel/helpers/paginator.class.php b/bl-kernel/helpers/paginator.class.php
index daf617e5..645a0304 100644
--- a/bl-kernel/helpers/paginator.class.php
+++ b/bl-kernel/helpers/paginator.class.php
@@ -72,7 +72,7 @@ class Paginator {
}
$html .= '
';
- $html .= ''.$textPrevPage.'';
+ $html .= ''.$textPrevPage.'';
$html .= '';
}
@@ -87,7 +87,7 @@ class Paginator {
}
$html .= '';
- $html .= ''.$textNextPage.'';
+ $html .= ''.$textNextPage.'';
$html .= '';
}
diff --git a/index.php b/index.php
index 4d7df468..1be0dbf9 100644
--- a/index.php
+++ b/index.php
@@ -38,5 +38,3 @@ if($Url->whereAmI()==='admin') {
else {
require(PATH_BOOT.'site.php');
}
-
-var_dump($Url);exit;