Bug #346
[PATCH] admin/sidebar doesn't validate
| 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
Filter plugins. This adds a lot of code.
See http://scottstuff.net/blog/articles/2005/08/23/introduction-to-typo-filters
for details.
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) [kevin@sb.org]
