Missing parentheses around height + 24 causes the style to always come out as style="24px;". This is due to the order of operations in PHP, which has concatenation at the same level as addition. The solution is to add parentheses around (height + 24). A patch for this issue will follow.

CommentFileSizeAuthor
#1 flowplayer-1426552-1.patch595 bytesthinkyhead

Comments

thinkyhead’s picture

Status: Active » Needs review
StatusFileSize
new595 bytes

Here is the patch.

Jorrit’s picture

Status: Needs review » Fixed

Fixed in 7.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.