You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for information /plugins/function.mailto.php
line 117 and 122
return '<script type="text/javascript"> ...
is OK on HTML 4.01 ( )
So return '<script>... only is OK
Sorry but on last [4.3.2] on /plugins/function.mailto.php
Line 112
return '<script type="text/javascript">document.write(unescape('' . $js_encode . ''))</script>';
Line 117
return '<script type="text/javascript">document.write(String.fromCharCode(' . implode(',', $ord) . '))</script>';
so
Warning: The type attribute is unnecessary for JavaScript resources. <script type="text/javascript">
in 3.1.x Warning: The type attribute is unnecessary for JavaScript resources. <script type="text/javascript">
test on validator.w3.org/nu
The text was updated successfully, but these errors were encountered: