]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/redirect_url.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / redirect_url.tpl
index e0acbd40e03021881dc940c7cff15a11dcef14e3..199263f2929bc97f620d2e558e41efb160acdf58 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>
+<noscript>
+       <a href="$content" rel="external" title="$content">$content</a>
+</noscript>
+
 <script type="text/javascript">
 <!--
-document.location.href='$content';
+document.location.href = '$content';
 //-->
 </script>