diff --git a/html/script.js b/html/script.js
index cd86e4e..e040fbb 100644
--- a/html/script.js
+++ b/html/script.js
@@ -2387,7 +2387,7 @@ function refreshSelected() {
if (flightawareLinks) {
jQuery('#selected_registration').html(getFlightAwareIdentLink(selected.registration, selected.registration));
} else if (selected.icaorange.country === 'Brazil') {
- jQuery('#selected_registration').html(`${selected.registration}`);
+ jQuery('#selected_registration').html(`${selected.registration}`);
} else {
jQuery('#selected_registration').text(selected.registration);
}