Ticket #3610 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Archives & Categories should have list items even if empty

Reported by: nickshanks Assigned to: anonymous
Priority: highest omg bbq Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch
Cc:

Description

Strict doctypes disallow <ul>No categories</ul> should be <ul><li>No categories</li></ul> Same with archives.

Attachments

archives.diff (5.3 kB) - added by nickshanks on 01/18/07 03:07:46.
straight forward i think
archives2.diff (5.0 kB) - added by nickshanks on 01/18/07 12:10:22.
use this patch if committing for 2.1

Change History

01/18/07 03:07:46 changed by nickshanks

  • attachment archives.diff added.

straight forward i think

01/18/07 12:10:22 changed by nickshanks

  • attachment archives2.diff added.

use this patch if committing for 2.1

01/18/07 12:17:36 changed by nickshanks

  • priority changed from normal to highest omg bbq.
  • milestone changed from 2.2 to 2.1.

Use "archives2.diff" if committing in time for 2.1

The first patch "archives.diff" contains a '/' removal for text/html servers. This causes XHTML-served-as-text/html to fail to validate, and therefore makes the "Valid XHTML" validator link a bit wrong, so I don't recommend committing that for 2.1 (it should go in for 2.2 though). If the second patch is used, I will create a third that only contains the / change (and update the diff on bug #3609 instead of this one—it already does the same thing elsewhere).

Setting priority to high per rboren's request.

01/19/07 20:58:58 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4774]) Check style. Props nickshanks. fixes #3610