mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +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 (isset($delay)) { $retval .= ",DELAY,$delay"; }
|
||||||
if (!empty($hauto)) { $retval .= ",HAUTO"; }
|
if (!empty($hauto)) { $retval .= ",HAUTO"; }
|
||||||
if (!empty($vauto)) { $retval .= ",VAUTO"; }
|
if (!empty($vauto)) { $retval .= ",VAUTO"; }
|
||||||
$retval .= ');" onMouseOut="nd();"';
|
$retval .= ');" onmouseout="nd();"';
|
||||||
|
|
||||||
return $retval;
|
return $retval;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user