https://bugzilla.wikimedia.org/show_bug.cgi?id=23938
Thomas Shone <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Thomas Shone <[email protected]> 2010-07-11 15:37:31 UTC --- The problem here is the width parameter is only relative to images. When the file handler is returned for an image it adds an additional regex match for parsing the parameters (to handle the "[0-9]+px" parameter and thus remove it from the parameter section and thus preventing it being applied as a label). However since the image does not exist the handler is empty and the width regex match isn't added to the MagicWordArray. Any recommendations on the best way to handle this? Attempt to guess if the missing file should be an image? Or should we add the width parameter to the default regex list? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
