]> source.dussan.org Git - nextcloud-server.git/commitdiff
add CSS to exception page - fixes #13747
authorMorris Jobke <hey@morrisjobke.de>
Thu, 29 Jan 2015 17:33:30 +0000 (18:33 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 29 Jan 2015 19:18:08 +0000 (20:18 +0100)
core/templates/exception.php

index 144359a16d93cf34bd87aafbbad41387660fe2dd..e5b57e2645edf996bcea9da8ca4f375ab2a4b8f7 100644 (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>