CRM-13584: Minor fix to code style per build feedback.
authorMathieu Lutfy <mathieu@bidon.ca>
Thu, 5 Mar 2015 02:55:30 +0000 (21:55 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Thu, 5 Mar 2015 02:55:30 +0000 (21:55 -0500)
install/index.php

index 91c2a1dbc5bd4b5141aaca6a414f360017ec9a6d..c8739b99e39812eb0be1ec5b806261b55df4b927 100644 (file)
@@ -1263,9 +1263,9 @@ class Installer extends InstallRequirements {
       global $installType, $installURLPath;
 
       $registerSiteURL = "https://civicrm.org/register-site";
-      $commonOutputMessage =
-        "<li>" . ts("Have you registered this site at CiviCRM.org? If not, please help strengthen the CiviCRM ecosystem by taking a few minutes to <a %1>fill out the site registration form</a>. The information collected will help us prioritize improvements, target our communications and build the community. If you have a technical role for this site, be sure to check Keep in Touch to receive technical updates (a low volume mailing list).", array(1 => "href='$registerSiteURL' target='_blank'")) . "</li>"
-      . "<li>" . ts("We have integrated KCFinder with CKEditor and TinyMCE. This allows a user to upload images. All uploaded images are public.") . "</li>";
+      $commonOutputMessage
+        "<li>" . ts("Have you registered this site at CiviCRM.org? If not, please help strengthen the CiviCRM ecosystem by taking a few minutes to <a %1>fill out the site registration form</a>. The information collected will help us prioritize improvements, target our communications and build the community. If you have a technical role for this site, be sure to check Keep in Touch to receive technical updates (a low volume mailing list).", array(1 => "href='$registerSiteURL' target='_blank'")) . "</li>"
+       . "<li>" . ts("We have integrated KCFinder with CKEditor and TinyMCE. This allows a user to upload images. All uploaded images are public.") . "</li>";
 
       $output = NULL;