diff --git a/libs/plugins/function.mailto.php b/libs/plugins/function.mailto.php
index 9091bf42..f6db2ecd 100644
--- a/libs/plugins/function.mailto.php
+++ b/libs/plugins/function.mailto.php
@@ -89,7 +89,7 @@ function smarty_function_mailto($params, &$smarty)
$js_encode .= '%' . bin2hex($string[$x]);
}
- return '';
+ return '';
} elseif ($encode == 'hex') {
diff --git a/libs/plugins/function.popup.php b/libs/plugins/function.popup.php
index d4fde6d8..96adc01e 100644
--- a/libs/plugins/function.popup.php
+++ b/libs/plugins/function.popup.php
@@ -17,7 +17,7 @@ function smarty_function_popup($params, &$smarty)
return false;
}
- if (empty($trigger)) { $trigger = "onMouseOver"; }
+ if (empty($trigger)) { $trigger = "onmouseover"; }
$retval = $trigger . '="return overlib(\''.preg_replace(array("!'!","![\r\n]!"),array("\'",'\r'),$text).'\'';
if ($sticky) { $retval .= ",STICKY"; }