Bug #346

[PATCH] admin/sidebar doesn't validate

Added by Redmine Admin 1175 days ago. Updated 742 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :tobi - % Done :

0%

Category :admin
Target version :2.5
Resolution :

fixed


Description

The admin/sidebar page doesn't validate properly. There's 2 issues:

1. A </div> and </form> are inappropriately swapped
2. A bunch of sidebar configs use <label for="configure[foo]">, which is invalid. The for attribute references IDs, not NAMEs, and it also can't contain the "[" character.

The attached patch fixes both these issues.

Associated revisions

Revision 565
Added by scott 1146 days ago

Filter plugins. This adds a lot of code.

See http://scottstuff.net/blog/articles/2005/08/23/introduction-to-typo-filters
for details.

Closes #346, #299

History

07/26/2005 09:21 AM - scoop -

  • Status changed from New to Closed
  • Resolution set to fixed

(In r449) Fixed validation errors on admin/sidebar (closes #220) []

Also available in: Atom PDF