mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #224 from adrexia/3.0
BUG: Installation successful "CMS" link has broken href (fixes #7874)
This commit is contained in:
commit
f72cef95e6
@ -10,7 +10,7 @@
|
|||||||
<strong> <%t ContentController.Password "Password" %>: $Password</strong></p>
|
<strong> <%t ContentController.Password "Password" %>: $Password</strong></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<%t ContentController.StartEditing "You can start editing your site's content by opening <a href=\"{link}\">the CMS</a>." link="admin/" %>
|
<%t ContentController.StartEditing 'You can start editing your site\'s content by opening <a href="{link}">the CMS</a>.' link="admin/" %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div style="background:#fcf8f2; border-radius:4px; border: 1px solid #ffc28b; padding:5px; margin:5px;">
|
<div style="background:#fcf8f2; border-radius:4px; border: 1px solid #ffc28b; padding:5px; margin:5px;">
|
||||||
|
Loading…
Reference in New Issue
Block a user