Skip to content

Commit bb4ec3a

Browse files
committed
Add missing div to provide valid html in a error message
1 parent f127cbf commit bb4ec3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Middleware/ExceptionMiddleware.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ private function addDebugToBody(array $exceptionsData): string
273273

274274
$body .= '</div>';
275275
}
276+
$body .= '</div>';
276277

277278
return $body;
278279
}

0 commit comments

Comments
 (0)