mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Missing closing <a> tag in installer
This commit is contained in:
parent
bfab74ac6e
commit
f27410c257
@ -1234,7 +1234,7 @@ PHP
|
||||
}, 2000);
|
||||
</script>
|
||||
<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>
|
||||
HTML;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user