Merge pull request #1326 from ss23/patch-1

Missing closing <a> tag in installer
This commit is contained in:
Simon Welsh 2013-03-23 12:13:39 -07:00
commit 12ed83f88b

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;
} }