DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21668>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21668 Lack of table row when SurpressIcon is enabled with HTMLTable. Summary: Lack of table row when SurpressIcon is enabled with HTMLTable. Product: Apache httpd-2.0 Version: HEAD Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: mod_autoindex AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When 'HTMLtable' is used along with 'SuppressIcon' in an IndexOptions the html output will be lacking a table row it would have had 'SuppressIcon' not been enabled. This is caused by the hardcoding of table row inside the SUPRESS_ICON if statement. I've moved it outside, so that no matter which options are used when an TABLE_INDEXING is used, you will have a table row. [hence outputing proper HTML/table code] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
