Opened 16 years ago

Closed 16 years ago

#7417 closed (fixed)

Warning on /admin/doc/tags/

Reported by: Richard Bell <rbell01824@…> Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Ramiro Morales)

/admin/doc/tags prints the following warning message:

<tag:if>:4: (WARNING/2) Literal block expected; none found.
<tag:if>:5: (WARNING/2) Definition list ends without a blank line; unexpected unindent.
[11/Jun/2008 06:48:03] "GET /admin/doc/tags/ HTTP/1.1" 200 34072

The page is functional but there appears to be a minor issue.

Attachments (2)

admindoc.patch (910 bytes ) - added by Rob van der Linde 16 years ago.
I've created a patch for this
admindoc.diff (614 bytes ) - added by Rob van der Linde 16 years ago.
Patch recreated in .diff format against SVN 7730

Download all attachments as: .zip

Change History (4)

comment:1 by Ramiro Morales, 16 years ago

Description: modified (diff)

by Rob van der Linde, 16 years ago

Attachment: admindoc.patch added

I've created a patch for this

by Rob van der Linde, 16 years ago

Attachment: admindoc.diff added

Patch recreated in .diff format against SVN 7730

comment:2 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7758]) Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <rbell01824@…>

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