]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/redirect_url.tpl
Fixes for POST setter, template and others
[mailer.git] / templates / de / html / redirect_url.tpl
index e52df9a25c47b6b217c4a2d4c4c9ba2e3192c55c..e0acbd40e03021881dc940c7cff15a11dcef14e3 100644 (file)
@@ -1,6 +1,6 @@
-<NOSCRIPT>{--LOAD_URL_ERROR_1--}<A href="$content" rel="external" title="$content">$content</A>{--LOAD_URL_ERROR_2--}</NOSCRIPT>
-<SCRIPT language="JavaScript" type="text/javascript">
+<noscript>{--LOAD_URL_ERROR_1--}<a href="$content" rel="external" title="$content">$content</a>{--LOAD_URL_ERROR_2--}</noscript>
+<script type="text/javascript">
 <!--
 document.location.href='$content';
 //-->
-</SCRIPT>
+</script>