]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/redirect_url.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / redirect_url.tpl
index e52df9a25c47b6b217c4a2d4c4c9ba2e3192c55c..5098b72395f0fac798ca26bd7eee5f57f3996d8e 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>
+       <a href="$content" rel="external" title="$content">$content</a>
+</noscript>
+
+<script type="text/javascript" language="JavaScript">
 <!--
-document.location.href='$content';
+document.location.href = '$content';
 //-->
-</SCRIPT>
+</script>