add CSS to exception page - fixes #13747
This commit is contained in:
parent
b1d8d88df8
commit
5b4fd12b5b
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
/** @var array $_ */
|
||||
/** @var OC_L10N $l */
|
||||
|
||||
style('core', ['styles', 'header']);
|
||||
?>
|
||||
<span class="error error-wide">
|
||||
<h2><strong><?php p($l->t('Internal Server Error')) ?></strong></h2>
|
||||
|
|
Loading…
Reference in New Issue