Opened 7 years ago
Closed 6 years ago
#1431891 closed Bugs (fixed)
HTML validation
| Reported by: | jvale | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc1 |
| Component: | Interface | Version: | 0.1-beta |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by thomasb)
There are 2 problems with the html code, preventing it
from being valid:
1 - Unclosed tags '<col>' (in
program/steps/mail/func.inc:rcmail_message_list)
2 - Unescaped ampersands (& -> &)
Change History (5)
comment:1 Changed 7 years ago by ff@…
- Severity set to critical
comment:2 Changed 7 years ago by thomasb
- Description modified (diff)
- Milestone 0.1-beta2 deleted
- Owner changed from roundcube to thomasb
- Severity changed from critical to minor
- Status changed from assigned to new
comment:3 Changed 7 years ago by thomasb
- Milestone set to 0.1-stable
- Status changed from new to assigned
comment:4 Changed 7 years ago by thomasb
- Milestone changed from 0.1-stable to 0.1-rc1
1 - fixed
2 - URL encoding still has to be done
comment:5 Changed 6 years ago by thomasb
- Resolution changed from Accepted to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Yes, I vote for that. Please fix all unescaped ampersands that are being output in the HTML code.