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

Commit ac6f67a

Browse files
author
Billy Clark
committed
typo was causing footer issues in IE
1 parent eb69200 commit ac6f67a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

themes/material/default/logout.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
</header>
1717

1818
<main class="mdl-layout__content margin" layout-children="column">
19-
<p><?= $this->t('{material:logout:message}') ?><p>
19+
<p>
20+
<?= $this->t('{material:logout:message}') ?>
21+
</p>
2022
</main>
2123

2224
<?php include __DIR__ . '/../common-footer.php' ?>

0 commit comments

Comments
 (0)