diff --git a/application/Views/errors/html/error_exception.php b/application/Views/errors/html/error_exception.php
index 9da76cbbffac..527dbadeaa18 100644
--- a/application/Views/errors/html/error_exception.php
+++ b/application/Views/errors/html/error_exception.php
@@ -267,7 +267,6 @@
getHeaders(); ?>
-
Headers
@@ -280,10 +279,14 @@
$value) : ?>
-
- = esc($name, 'html') ?> |
- = esc($request->getHeaderLine($name), 'html') ?> |
-
+
+
+
+
+ = esc($h->getName(), 'html') ?> |
+ = esc($h->getValueLine(), 'html') ?> |
+
+
@@ -321,7 +324,7 @@
$value) : ?>
= esc($name, 'html') ?> |
- = esc($request->getHeaderLine($name), 'html') ?> |
+ = esc($response->getHeaderLine($name), 'html') ?> |