Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 513454

Summary: www-apps/bugzilla-4.4.4 - sends invalid HTML (<tr> without <table>) in bug mails
Product: Gentoo Linux Reporter: Liam Dennehy <liam>
Component: Current packagesAssignee: Andrew Hamilton <andrew>
Status: RESOLVED OBSOLETE    
Severity: normal CC: creffett, proxy-maint, web-apps
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: (broken) E-mail body source

Description Liam Dennehy 2014-06-16 09:32:19 UTC
Bugmails are being sent with body text commencing with <tr>, where I would expect a <table> entry first (if not the whole <html><body> bit before that, also missing).

The template seems to have the correct entries but the detection logic is (apparently) failing. The section terminating a table (in_table == 1) correctly places a </table> after all rows, but 

Reproducible: Always

Steps to Reproduce:
1. Alter a bug
2. Receive bugmail

Actual Results:  
E-mail has terrible formatting, source reveals missing block headers (html, body, table) causing all table text to appear as a single line

Expected Results:  
E-mail should have proper HTML formatting entries to compose and display a valid HTML-formatted e-mail
Comment 1 Liam Dennehy 2014-06-16 09:33:00 UTC
Created attachment 378998 [details]
(broken) E-mail body source
Comment 2 Amy Liffey gentoo-dev 2016-05-24 09:29:20 UTC
Version is not in tree anymore.

Amy