Typography onmouseOver |
|||
|---|---|---|---|
| Date: | 11/06/2008 | Severity: | Trivial |
| Status: | Resolved | Reporter: | supersusie |
| Version: | EE 1.6.5 | Assigned To: | Not Assigned |
| Keywords: | PHP Errors | ||
Details
Core.typography.php line 598
‘onmouseOver’,
should be
‘onmouseover’,
There’s another place where onmouseDown still exists, but it’s in a comment, not in code.
TTFN
Travis
Comment on Bug Report
| Posted by: Robin Sowell on 6 November 2008 7:17pm | |
|
|
The preg_match on that array is case insensitive (see the i at the end), so the current style in the array isn’t affecting the outcome- just to lay security concerns to rest asap. It is odd that one uses lower case, though. I’ll note it and double check with the crew. |
| Posted by: Robin Sowell on 10 November 2008 12:44pm | |
|
|
Fix is in for the next release- nice to have consistency |
