Author: adrian
Date: 2008-09-07 17:57:08 -0500 (Sun, 07 Sep 2008)
New Revision: 8982
Modified:
djangoproject.com/djangodocs/templates/docs/search.html
Log:
Fixed #8920 -- Fixed typo in docs search. Thanks, jbalogh
Modified: djangoproject.com/djangodocs/templates/docs/search.html
===================================================================
--- djangoproject.com/djangodocs/templates/docs/search.html 2008-09-07
22:56:03 UTC (rev 8981)
+++ djangoproject.com/djangodocs/templates/docs/search.html 2008-09-07
22:57:08 UTC (rev 8982)
@@ -2,7 +2,7 @@
{% load docs %}
-{% block title %}Search | Django Docuemtation{% endblock %}
+{% block title %}Search | Django documentation{% endblock %}
{% block extrahead %}
{{ block.super }}
@@ -21,10 +21,10 @@
{% block body %}
{% if query %}
- <h1>Search Results</h1>
+ <h1>Search results</h1>
<div id="cse-search-results">
<div id="cse-search-results-js-required">
- The Django Documentation search uses a Google Custom Search, which
+ The Django documentation search uses a Google Custom Search, which
requires Javascript. If your results don't appear here shortly, please
<a href="http://www.google.com/cse?{{ query_string|escape }}">view the
results on Google's site</a>.
</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---