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

Commit 27fa942

Browse files
author
Billy Clark
committed
incorporated PR feedback.
1 parent 64f51bd commit 27fa942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/material/common-announcement.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
2-
$announcement = $this->configuration->getValue('announcement');
2+
$announcementHtml = $this->configuration->getValue('announcement');
33

4-
if (! empty($announcement)) {
4+
if (! empty($announcementHtml)) {
55
?>
66
<p class="mdl-typography--subhead mdl-typography--text-center alert margin">
7-
<?= $announcement ?>
7+
<?= $announcementHtml ?>
88
</p>
99
<?php
1010
}

0 commit comments

Comments
 (0)