mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
made onmouseout XHTML-compatible in function.popup.php
This commit is contained in:
@@ -67,7 +67,7 @@ function smarty_function_popup($params, &$smarty)
|
||||
if (isset($delay)) { $retval .= ",DELAY,$delay"; }
|
||||
if (!empty($hauto)) { $retval .= ",HAUTO"; }
|
||||
if (!empty($vauto)) { $retval .= ",VAUTO"; }
|
||||
$retval .= ');" onMouseOut="nd();"';
|
||||
$retval .= ');" onmouseout="nd();"';
|
||||
|
||||
return $retval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user