mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #1326 from ss23/patch-1
Missing closing <a> tag in installer
This commit is contained in:
commit
12ed83f88b
@ -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