Actions
Defect #15398
closedHTML 5 invalid <center> tag
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
/search page has an error of obsoleted tag <center>; search.diff changes into
style="text-align:center;"
/projects/.../issues/new has non-valid <div> and <p> tags (like <div><p> </div></p>); issues_new.diff fixes it.
Related to #5475.
Files
Updated by Jean-Philippe Lang about 11 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 2.4.1
- Resolution set to Fixed
Ksenia Altbregen wrote:
/search page has an error of obsoleted tag <center>; search.diff changes into [...]
Fixed in r12309. The regular .pagination css class was applied instead of an inline style.
/projects/.../issues/new has non-valid <div> and <p> tags (like <div><p> </div></p>); issues_new.diff fixes it.
Your patch seems to be based againt an obsolete souce. It's already fixed.
Updated by Jean-Philippe Lang about 11 years ago
- Status changed from New to Resolved
Updated by Jean-Philippe Lang almost 11 years ago
- Target version changed from 2.4.1 to 2.4.2
Updated by Jean-Philippe Lang almost 11 years ago
- Subject changed from HTML 5 validation to HTML 5 invalid <center> tag
- Status changed from Resolved to Closed
Merged.
Actions