Opened 16 years ago
Closed 16 years ago
#10495 closed (duplicate)
django documentation titles contain html tags
Reported by: | Wolph | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.0 |
Severity: | Keywords: | documentation html tags | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the title tag for the Model Meta options documentation the title is currently "Django | Model <tt class="docutils literal"><span class="pre">Meta</span></tt> options | Django Documentation"
The HTML tags should be stripped from the titles of all the files in the docs folder, a simple striptags filter on the title tag should do the trick. The dir: http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/docs
A patch is not included as the changes needed are rudimentary.
#8885 already covers this.