mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUG: Installation successful "CMS" link has broken href (fixes #7874)
Fixed the template component of this bug. Language files will also need to be updated. eg. "Start editing" should appear in the en lang files as: StartEditing: 'You can start editing your site''s content by opening <a href="{link}">the CMS</a>
This commit is contained in:
parent
0a92c81002
commit
c9244456e0
@ -10,7 +10,7 @@
|
||||
<strong> <%t ContentController.Password "Password" %>: $Password</strong></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>
|
||||
|
||||
<div style="background:#fcf8f2; border-radius:4px; border: 1px solid #ffc28b; padding:5px; margin:5px;">
|
||||
|
Loading…
Reference in New Issue
Block a user