From 9191cfc332c6faaf23c43c214b81987e5ad21345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=A4del?= Date: Tue, 18 Dec 2018 00:05:29 +0100 Subject: [PATCH] Fix encoding on this file (convert to UTF8) --- application/views/notes/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/notes/main.php b/application/views/notes/main.php index 2b80589f..3907a575 100644 --- a/application/views/notes/main.php +++ b/application/views/notes/main.php @@ -18,7 +18,7 @@ } echo ""; } else { - echo "

You don’t currently have any notes, these are a fantastic way of storing data like ATU settings, beacons and general station notes and its better than paper as you can’t lose them!

"; + echo "

You don't currently have any notes, these are a fantastic way of storing data like ATU settings, beacons and general station notes and its better than paper as you can't lose them!

"; } ?> @@ -30,4 +30,4 @@ - \ No newline at end of file +