From 085ad846cfa578575ce3b48fecd7919c84584fac Mon Sep 17 00:00:00 2001 From: JamieMagee Date: Tue, 12 Dec 2017 22:09:21 +0100 Subject: [PATCH] Fix encoding error class-phpstack.php was saved with ISO-8859-1 encoding, whereas the rest of the project uses UTF-8 encoding. This commit converts class-phpstack.php from ISO-8859-1 to UTF-8 --- includes/libraries/class-phpstack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libraries/class-phpstack.php b/includes/libraries/class-phpstack.php index 3c52fb28..83dd0a7b 100644 --- a/includes/libraries/class-phpstack.php +++ b/includes/libraries/class-phpstack.php @@ -7,7 +7,7 @@ * PHP functions `array_pop()`, `array_push()`, and `end()` * * @author Jon Lawrence - * @copyright Copyright ©2005-2013 Jon Lawrence + * @copyright Copyright ©2005-2013 Jon Lawrence * @license http://opensource.org/licenses/LGPL-2.1 LGPL 2.1 License * @package eos.class.php * @version 2.0