INFRA-132 - CRM/Upgrade - phpcbf (plus fixup)
[civicrm-core.git] / CRM / Upgrade / Page / Cleanup.php
index 094c8cf36983425fc1bf0ca59cd7d95cc4d22246..8325c3f6331c30012f232d478973d432fcea8165 100644 (file)
@@ -41,8 +41,9 @@ class CRM_Upgrade_Page_Cleanup  extends CRM_Core_Page {
     $preMessage = !empty($rows) ? ts('The following records have been processed. Membership records with action = Un-linked have been disconnected from the listed contribution record:') : ts('Could not find any records to process.');
     $template->assign('preMessage', $preMessage);
 
-    $postMessage =  ts('You can <a href="%1">click here</a> to try running the 4.2 upgrade script again. <a href="%2" target="_blank">(Review upgrade documentation)</a>',
-                    array(1 => CRM_Utils_System::url('civicrm/upgrade', 'reset=1'),
+    $postMessage = ts('You can <a href="%1">click here</a> to try running the 4.2 upgrade script again. <a href="%2" target="_blank">(Review upgrade documentation)</a>',
+                    array(
+    1 => CRM_Utils_System::url('civicrm/upgrade', 'reset=1'),
                           2 => 'http://wiki.civicrm.org/confluence/display/CRMDOC/Installation+and+Upgrades'));
     $template->assign('postMessage', $postMessage);