mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Attempting to solve #538
This commit is contained in:
parent
8428931054
commit
b7871b33d5
@ -410,7 +410,7 @@ class Exceptions
|
||||
}
|
||||
}
|
||||
|
||||
$out .= str_repeat('</span>', $spans);
|
||||
$out .= str_repeat('</span>', (int)$spans);
|
||||
|
||||
return '<pre><code>'.$out.'</code></pre>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user