summaryrefslogtreecommitdiffstats
path: root/templates/show_login_form.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-03 23:47:52 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-03 23:47:52 +0000
commitf9345f9e71f97a72be0bf6a5aa4e2a3312b9923d (patch)
tree05daae248a0b5b7fd73c919d6baf16dc0136ac9a /templates/show_login_form.inc
parentb03fc52d3b56b474bc760b30582a2a3514a402e7 (diff)
downloadampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.tar.gz
ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.tar.bz2
ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.zip
fixed some short tag references
Diffstat (limited to 'templates/show_login_form.inc')
-rw-r--r--templates/show_login_form.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_login_form.inc b/templates/show_login_form.inc
index 769f9f19..42939fd8 100644
--- a/templates/show_login_form.inc
+++ b/templates/show_login_form.inc
@@ -75,9 +75,9 @@ if (preg_match($subject,$_SERVER['HTTP_HOST'])) {
All Rights Reserved, Copyright &copy; 2005<br />
</font>
</p>
-<? } ?>
-<?php if (isset($auth['error'])) { ?>
+<?php } ?>
+<?php if (isset($auth['error'])) { ?>
<p align="center">
<font color="red"><?php echo trim($auth['error']); ?></font>
</p>
-<?php } ?>
+<?php } ?>