From 0c6f682cd0e03c06298cec78e79d10a87426fca8 Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Tue, 1 Feb 2011 20:00:16 +0000 Subject: Fix errant uppercasing in docs --- docs/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates/layout.html') diff --git a/docs/templates/layout.html b/docs/templates/layout.html index fd051268..86ac3f33 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -6,6 +6,6 @@ {%- set titleprefix = "" %} {%- endif %} -{% block htmltitle %}{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}{% endblock %} +{% block htmltitle %}{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}{% endblock %} -- cgit v1.2.3