Missing closing <a> tag in installer

This commit is contained in:
Stephen Shkardoon 2013-03-24 00:06:54 +13:00
parent bfab74ac6e
commit f27410c257

View File

@ -1234,7 +1234,7 @@ PHP
}, 2000); }, 2000);
</script> </script>
<noscript> <noscript>
<li><a href="$destinationURL">Click here to access your site.</li> <li><a href="$destinationURL">Click here to access your site.</a></li>
</noscript> </noscript>
HTML; HTML;
} }