Skip to content

Commit

Permalink
Ended your paragraph tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
iyra committed Nov 17, 2012
1 parent fedc96c commit be1ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flaskr/templates/login.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block body %}
<h2>Login</h2>
{% if error %}<p class=error><strong>Error:</strong> {{ error }}{% endif %}
{% if error %}<p class=error><strong>Error:</strong> {{ error }}</p>{% endif %}
<form action="{{ url_for('login') }}" method=post>
<dl>
<dt>Username:
Expand Down

0 comments on commit be1ed33

Please sign in to comment.