Django

Code

Changeset 8982

Show
Ignore:
Timestamp:
09/07/08 17:57:08 (2 months ago)
Author:
adrian
Message:

Fixed #8920 -- Fixed typo in docs search. Thanks, jbalogh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/djangodocs/templates/docs/search.html

    r8844 r8982  
    33{% load docs %} 
    44 
    5 {% block title %}Search | Django Docuemtation{% endblock %} 
     5{% block title %}Search | Django documentation{% endblock %} 
    66 
    77{% block extrahead %} 
     
    2222{% block body %} 
    2323  {% if query %} 
    24     <h1>Search Results</h1> 
     24    <h1>Search results</h1> 
    2525    <div id="cse-search-results"> 
    2626      <div id="cse-search-results-js-required"> 
    27         The Django Documentation search uses a Google Custom Search, which 
     27        The Django documentation search uses a Google Custom Search, which 
    2828        requires Javascript. If your results don't appear here shortly, please 
    2929        <a href="http://www.google.com/cse?{{ query_string|escape }}">view the results on Google's site</a>.