Fixed a HTMl error
This commit is contained in:
parent
5abc9d5b20
commit
b5a746aa12
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def hello():
|
|||
<p>
|
||||
What people say about Flask on <a href=http://twitter.com/>Twitter</a>:
|
||||
{{ tweet_box(tweets, 3) }}
|
||||
<p class=more><a href="{{ url_for('community.twitter') }}">more »<a>
|
||||
<p class=more><a href="{{ url_for('community.twitter') }}">more »</a>
|
||||
{% endif %}
|
||||
|
||||
<a href="http://github.com/mitsuhiko/flask"><img style="position: fixed; top: 0; right: 0; border: 0;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue