Issue Details (XML | Word | Printable)

Key: MBS-2290
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: nikki
Reporter: Jacob Brett
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

Replace letter x with multiplication sign.

Created: 25/May/11 10:02 AM   Updated: 31/May/11 11:31 AM   Resolved: 31/May/11 11:31 AM
Component/s: None
Affects Version/s: None
Fix Version/s: Bug fixes, 2011-06-01


 Description  « Hide

The format field for releases with multiple mediums of the same type currently displays x, instead of the correct ×. This can be observed on release group, release and collection pages at the least.



Sort Order: Ascending order - Click to sort in descending order
Oliver Charles added a comment - 25/May/11 02:36 PM

If you're interested, this could be patched easily - line 182 of lib/MusicBrainz/Server/Entity/Release.pm appears to be the offending line


Jacob Brett added a comment - 25/May/11 03:19 PM

Here's the new diff for line 182; I haven't bothered to set up/work out the git system...

$format = $count . "\x{00D7}" . $format;