summaryrefslogtreecommitdiffstats
path: root/etc/inc/authgui.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/authgui.inc')
-rw-r--r--etc/inc/authgui.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 85771a0..e344546 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -269,12 +269,12 @@ $have_cookies = isset($_COOKIE["cookie_test"]);
<?=gettext("Enter username and password to login."); ?>
</span>
- <? if (!$have_cookies && isset($_POST['login'])): ?>
+ <?php if (!$have_cookies && isset($_POST['login'])): ?>
<br/><br/>
<span style="text-align:center; font-weight: normal ; font-style: italic; color: #ff0000">
<?= gettext("Your browser must support cookies to login."); ?>
</span>
- <? endif; ?>
+ <?php endif; ?>
</p>
<p>
<span style="text-align:center">
OpenPOWER on IntegriCloud