Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 4fdf1ae

Browse files
author
Billy Clark
committed
contents of page were running across page rather than down.
1 parent 032c206 commit 4fdf1ae

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

themes/material/default/error.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,19 @@
1515
</div>
1616
</header>
1717

18-
<main class="mdl-layout__content">
18+
<main class="mdl-layout__content" layout-children="column">
1919
<p><?= $this->t('{material:error:message}') ?><p>
2020

2121
<?php
2222
if ($this->data['showerrors']) {
2323
?>
24-
<p class="mdl-typography--body-2"><?= htmlspecialchars($this->data['error']['exceptionMsg']) ?></p>
25-
26-
<pre class="mdl-typography--caption"><?= htmlspecialchars($this->data['error']['exceptionTrace']) ?></pre>
24+
<p class="mdl-typography--body-2">
25+
<?= htmlspecialchars($this->data['error']['exceptionMsg']) ?>
26+
</p>
27+
28+
<pre class="mdl-typography--caption">
29+
<?= htmlspecialchars($this->data['error']['exceptionTrace']) ?>
30+
</pre>
2731
<?php
2832
}
2933
?>

0 commit comments

Comments
 (0)