diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.txt b/docs/overview.txt index df6dc789e2..242b5991ac 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -273,7 +273,7 @@ Here's what the "base" template might look like:: <html> <head> - <title>{% block title %}</title> + <title>{% block title %}{% endblock %}</title> </head> <body> <img src="sitelogo.gif" alt="Logo" /> |
