Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15952 closed Bug (fixed)

"not in" improperly spaced in docs

Reported by: Leo Shklovskii Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

On this page: http://docs.djangoproject.com/en/dev/ref/templates/builtins/ if you look over in the right nav, the entry for 'not in' is de-dented too much. It should be another level to the right.

The culprit is: http://code.djangoproject.com/browser/django/trunk/docs/ref/templates/builtins.txt#L496

That line should actually be:

^^^^^^^^^^^^^^^^^^^

Instead of:

~~~~~~~~~~~~~~~~~~~~

One character shorter and carets instead of tildes

Change History (3)

comment:1 by Julien Phalip, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

In [16141]:

Fixed #15952 -- fixed an error in the template builtins docs.

comment:3 by Jacob, 13 years ago

milestone: 1.4

Milestone 1.4 deleted

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