Closed (fixed)
Project:
Caption Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2013 at 19:20 UTC
Updated:
21 Apr 2013 at 05:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
cweagansComment #2
David_Rothstein commentedOne slight issue with that though is that in the code that runs above it, $width can be a string, so this will result in that being overwritten with NULL.
Here's a new patch that just sets $width to NULL at the top of the function instead.
Comment #3
kmontyI implemented slightly different code than in the second patch (defined width as "auto", per CSS defaults), but thanks for the patches + help on the issue!
Comment #4
kmonty