Merge pull request #241 from Manawyrm/patch-3

Fix encoding on this notes page (convert to UTF8)
pull/245/head
Peter Goodhall 2018-12-17 23:07:55 +00:00 zatwierdzone przez GitHub
commit 2db60de0c1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,7 @@
}
echo "</ul>";
} else {
echo "<p>You dont 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 cant lose them!</p>";
echo "<p>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!</p>";
}
?>
@ -30,4 +30,4 @@
</div>
</div>
</div>
</div>