From 6ec28b1cdd97ec8150321c3c34f912cf4da22ef7 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 29 Jul 2020 12:01:40 -0600 Subject: [PATCH] Update index.php (#5367) increased scan-ability on dark backgrounds --- app/gswave/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/gswave/index.php b/app/gswave/index.php index c00ecd007b..45671754d7 100644 --- a/app/gswave/index.php +++ b/app/gswave/index.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2020 the Initial Developer. All Rights Reserved. Contributor(s): @@ -175,7 +175,7 @@ //html image if (is_uuid($extension_uuid)) { - echo "\n"; + echo "\n"; } echo "\n"; @@ -183,4 +183,4 @@ //add the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>