Closed
Bug 310753
Opened 19 years ago
Closed 18 years ago
editflagtypes page fails w3 validation
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: bugreport, Assigned: spam)
References
Details
Attachments
(1 file, 2 obsolete files)
|
1.62 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
admin/flag-type/list.html.tmpl:(/home/bugzilla/tip/editflagtypes.cgi)
Checking with HTML 4.01 Transitional document type...
*** Errors: ***
Error at line 123, character 12: ID "FLAG_TYPES" already defined
Line 96, character 12: ID "FLAG_TYPES" first defined here| Assignee | ||
Comment 1•18 years ago
|
||
use flag_types_bugs and flag_types_attachments instead of flag_types.
Attachment #233206 -
Flags: review?
Comment 2•18 years ago
|
||
Comment on attachment 233206 [details] [diff] [review] patch for tip >- <table id="flag_types" cellspacing="0" cellpadding="4" border="1"> >+ <table id="flag_types_[% css_id %]" cellspacing="0" cellpadding="4" border="1"> I'm pretty sure 008filter.t will complain that css_id is unfiltered.
Attachment #233206 -
Flags: review? → review-
| Assignee | ||
Comment 3•18 years ago
|
||
FILTER url_quote'ed
Attachment #233206 -
Attachment is obsolete: true
Attachment #233225 -
Flags: review?
Comment 4•18 years ago
|
||
Comment on attachment 233225 [details] [diff] [review] patch for tip v2 >+ <table id="flag_types_[% css_id FILTER url_quote %]" cellspacing="0" cellpadding="4" border="1"> No, it must be html'ed filtered. url_quote must only be used within URLs. Also, css_id is not a good name IMO, because this has nothing to do with CSS. Why not "type" (if not already in use) or "type_id"?
Attachment #233225 -
Flags: review? → review-
| Assignee | ||
Comment 5•18 years ago
|
||
OK, fixed
Attachment #233225 -
Attachment is obsolete: true
Attachment #233226 -
Flags: review?
Comment 6•18 years ago
|
||
Comment on attachment 233226 [details] [diff] [review] patch for tip v3 r=LpSolit
Attachment #233226 -
Flags: review? → review+
Updated•18 years ago
|
Assignee: myk → bmo
Flags: approval?
Target Milestone: --- → Bugzilla 3.0
Updated•18 years ago
|
Flags: approval? → approval+
Comment 7•18 years ago
|
||
Checking in template/en/default/admin/flag-type/list.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/flag-type/list.html.tmpl,v <-- list.html.tmpl new revision: 1.15; previous revision: 1.14 done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•