add CSS to exception page - fixes #13747

This commit is contained in:
Morris Jobke 2015-01-29 18:33:30 +01:00
parent b1d8d88df8
commit 5b4fd12b5b
1 changed files with 2 additions and 0 deletions

View File

@ -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>