| Anonymous | Login | Signup for a new account | 2013.05.20 00:27 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000249 | [Piwigo] other | feature | always | 2005.12.26 18:37 | 2005.12.31 11:08 | ||
| Reporter | sebbb | View Status | public | ||||
| Assigned To | chrisaga | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | minor fix | OS Version | |||||
| ETA | none | Fixed in Version | BSF branch (dev) | Product Version | 1.5.2 | ||
| Target Version | Product Build | ||||||
| Summary | 0000249: XHTML Validation in install.php | ||||||
| Description |
The html validator report 2 errors : line 146 column 29 - Warning: discarding unexpected </th> line 74 column 1 - Warning: <form> attribute value "POST" must be lower case for XHTML The first one for this line : <td colspan="3"> </th> And the second : <form method="POST" action="install.php" name="install_form"> It's not important, but the page isn't valid ;) |
||||||
| Steps To Reproduce | |||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| browser | any | ||||||
| Database engine and version | |||||||
| PHP version | |||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0000530) nikrou (developer) 2005.12.29 13:13 |
It's not really a bug. To fix it, we should just modify the template install.tpl That page is still using an xhtml dtd but all the others pages use a html 4.01 dtd. I think it will be better to modify that page to fit the same dtd. |
|
(0000536) chrisaga (developer) 2005.12.31 11:07 |
install.tpl is valid HTML4.01 strict now ([Subversion] r996) |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |