Opened 16 years ago
Closed 15 years ago
#9517 closed (fixed)
Minor: HTML showing up on documentation page
Reported by: | robballou | Owned by: | Jacob |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Manuel Kaufmann | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/ref/contrib/comments/
In the "Browse" section of the sidebar, the following code appears:
Prev: <tt class="docutils literal docutils literal"><span class="pre">django.contrib.auth</span></tt>
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
I don't see any raw HTML displayed at http://docs.djangoproject.com/en/dev/ref/contrib/comments/ currently. It doesn't appear there is anything to fix here now, unless I'm missing something.
comment:4 by , 16 years ago
Cc: | added |
---|
I see:
<li>Prev: <a href="../auth/"><tt class="docutils literal"><span class="pre">django.contrib.auth</span></tt></a></li>
... in the "Browse" section. I don't find the string django.contrib.auth in other place. I think that is correct.
Link (Line 367): http://docs.djangoproject.com/en/dev/ref/contrib/comments/
comment:5 by , 16 years ago
milestone: | 1.1 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
As far as I can see, this bug has been fixed.
It doesn't appear if you build the docs from trunk. docs.djangoproject.com seems to be lagging behind since the current [source:django/trunk/docs/_templates/layout.html@8506#L63 _templates/layout.html] doesn't escape the prev/next links.