]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/redirect_url.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / redirect_url.tpl
index e52df9a25c47b6b217c4a2d4c4c9ba2e3192c55c..b467d810cb61177b9d6e7dad3b005ff5f8629a7c 100644 (file)
@@ -1,6 +1,9 @@
-<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" language="JavaScript">
 <!--
-document.location.href='$content';
+document.location.href = '$content';
 //-->
-</SCRIPT>
+</script>