This repository was archived by the owner on Jun 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ?>
You can’t perform that action at this time.
0 commit comments