From c9244456e04e1eee06adff2d29700f962a2b9ce7 Mon Sep 17 00:00:00 2001 From: Naomi Guyer Date: Thu, 18 Oct 2012 14:47:11 +1300 Subject: [PATCH] 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 the CMS --- templates/Includes/Install_successfullyinstalled.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Includes/Install_successfullyinstalled.ss b/templates/Includes/Install_successfullyinstalled.ss index 44b01499..e7f9b5ce 100644 --- a/templates/Includes/Install_successfullyinstalled.ss +++ b/templates/Includes/Install_successfullyinstalled.ss @@ -10,7 +10,7 @@     <%t ContentController.Password "Password" %>: $Password

- <%t ContentController.StartEditing "You can start editing your site's content by opening the CMS." link="admin/" %> + <%t ContentController.StartEditing 'You can start editing your site\'s content by opening the CMS.' link="admin/" %>