Opened 15 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 hlian, 15 years ago

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.

comment:2 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:3 by Matt Boersma, 15 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 Manuel Kaufmann, 15 years ago

Cc: Manuel Kaufmann 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 Jacob, 15 years ago

milestone: 1.1
Owner: changed from nobody to Jacob
Status: newassigned

comment:6 by Thomas PELLETIER, 15 years ago

Resolution: fixed
Status: assignedclosed

As far as I can see, this bug has been fixed.

Note: See TracTickets for help on using tickets.
Back to Top