summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scipy/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/templates/login.html b/scipy/templates/login.html
index 2f29ea4..c3db58e 100644
--- a/scipy/templates/login.html
+++ b/scipy/templates/login.html
@@ -3,7 +3,7 @@
<div class="large-6 large-centered columns">
{% if status == "in" %}
<div data-alert class="alert-box alert">
-<p>Invalid username or password.</p>
+<span>Invalid username or password.</span>
<a href="#" class="close">&times;</a>
</div>
{% endif %}