From 3444e6907ade569f4378730a53fb024795166341 Mon Sep 17 00:00:00 2001 From: francescbassas Date: Fri, 7 Jul 2017 11:23:33 +0200 Subject: [PATCH] Misspelling --- CRM/Upgrade/Incremental/php/FourSeven.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index cd2c009d13..d883c26d8b 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -111,7 +111,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base if ($rev == '4.7.14') { $ck_href = 'href="' . CRM_Utils_System::url('civicrm/admin/ckeditor') . '"'; $postUpgradeMessage .= '

' . ts('CiviMail no longer forces CKEditor to add html/head/body tags to email content because some sites place these in the message header/footer. This was added in 4.7.5 and is now disabled by default.') - . '
' . ts('You can re-enable it by visitng the CKEditor Config screen and setting "fullPage = true" under the Advanced Options of the CiviMail preset.', array(1 => $ck_href)) + . '
' . ts('You can re-enable it by visiting the CKEditor Config screen and setting "fullPage = true" under the Advanced Options of the CiviMail preset.', array(1 => $ck_href)) . '

'; } if ($rev == '4.7.19') { -- 2.25.1