Skip to content

Commit

Permalink
fixed typo in templates doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilva committed Nov 5, 2014
1 parent f521632 commit f49aed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controllers. To render an hyperlink for an handler named ``list_cats`` that is i
``CatController``, you would do the following:

```html
<a href="{{ url_for('cat.list_cats') }}>List Cats</a>
<a href="{{ url_for('cat.list_cats') }}">List Cats</a>
```

With the syntax explained, all you need to know know is how to render a template
Expand Down

0 comments on commit f49aed1

Please sign in to comment.