Comments & e-notice fixes
[civicrm-core.git] / CRM / Core / HTMLInputCoder.php
index ba7eeb85fe871d85036553bf7877552696112dc0..50cc79783222ee0db15ea736b706b66b2a880b08 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -46,4 +46,4 @@ class CRM_Core_HTMLInputCoder {
     return CRM_Utils_API_HTMLInputCoder::singleton()->encodeInput($values, $castToString);
   }
 
-}
\ No newline at end of file
+}