Build: 1.4.7 3283 Mode: Any Mode: Any Reproducibility: Always Severity: Minor Type: LCD Summary: Only the right most 'align' tag per line is respected in LCDs. Description: Only the right most 'align' tag per line is respected in LCDs. All other 'align' tags in a single line are ignored For example: Code: <align=left>Left</align><align>Center</align><align=right>Right</align> Produces this: Code: LeftCenterRight When it should produce this: Code: Left Center Right Screenshots, Crash Logs, any other Relevant Information or Download links: