Skip to content

Commit

Permalink
BUG: Installation successful "CMS" link has broken href (fixes #7874)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Naomi Guyer committed Oct 18, 2012
1 parent 0a92c81 commit c924445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Includes/Install_successfullyinstalled.ss
Expand Up @@ -10,7 +10,7 @@
<strong>&nbsp; &nbsp; <%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;">
Expand Down

0 comments on commit c924445

Please sign in to comment.