Merge pull request #5479 from eileenmcnaughton/4.6
[civicrm-core.git] / CRM / Logging / ReportDetail.php
index 3f0b4229e90142edab9cec7ec8a4595177e43bec..f2a6196faf532fcee52c03be32caec55b6b875db 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -241,4 +241,5 @@ class CRM_Logging_ReportDetail extends CRM_Report_Form {
     $this->assign('revertURL', CRM_Report_Utils_Report::getNextUrl($this->detail, "$q&revert=1", FALSE, TRUE));
     $this->assign('revertConfirm', ts('Are you sure you want to revert all these changes?'));
   }
+
 }