#8800: New docs search producing invalid HTML ---------------------------+------------------------------------------------ Reporter: frasern | Owner: jacob Status: new | Milestone: Component: Documentation | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Very minor, but I noticed that my patch from #8723 that was committed in [8844] contains errors which causes the new docs site to produce invalid HTML.
The script tag in `search_form.html` has an unescaped ampersand (this was actually copied and pasted from Google's example code). Also, it looks like the `lang` variable is never populated. The attached (untested) patch should hopefully fix both of these. -- Ticket URL: <http://code.djangoproject.com/ticket/8800> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
