#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 , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16141]: