]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/redirect_url.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / redirect_url.tpl
index c45b4c5cf585503d616f6421200a55552b563dac..0dd432a8523b6a2dc5ec474e2abf86e1798d7655 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';
+document.location.href = '$content';
 //-->
-</SCRIPT>
+</script>