From 78f8cd26f0ba9dc7fa94520e80aa05f43f67e6a7 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Mon, 10 Nov 2025 19:01:25 +0000 Subject: [PATCH] Possible emoji flag fix for Windows/Chrome --- views/webpage_base.tpl | 4 ++++ webassets/apidocs/openapi.yml | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/views/webpage_base.tpl b/views/webpage_base.tpl index 0fd8766..9ea750e 100644 --- a/views/webpage_base.tpl +++ b/views/webpage_base.tpl @@ -30,6 +30,10 @@ + + + + diff --git a/webassets/apidocs/openapi.yml b/webassets/apidocs/openapi.yml index ca5950d..237ff68 100644 --- a/webassets/apidocs/openapi.yml +++ b/webassets/apidocs/openapi.yml @@ -532,7 +532,7 @@ paths: example: England flag: type: string - description: Country flag of the operator. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. Northern Ireland. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. + description: Country flag of the operator. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. small islands. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. example: "" continent: type: string @@ -763,7 +763,7 @@ components: example: England dx_flag: type: string - description: Country flag of the DX operator. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. Northern Ireland. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. + description: Country flag of the DX operator. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. small islands. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. example: "" dx_continent: type: string @@ -830,7 +830,7 @@ components: example: England de_flag: type: string - description: Country flag of the spotter. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. Northern Ireland. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. + description: Country flag of the spotter. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. small islands. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. example: "" de_continent: type: string @@ -1054,7 +1054,7 @@ components: example: England dx_flag: type: string - description: Country flag of the DX operator. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. Northern Ireland. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. + description: Country flag of the DX operator. This is limited to the range of emoji flags, and for many DXCCs there will not be a flag, e.g. small islands. Many DXCCs may also have the same flag, e.g. mainland Spain, Balearic Islands, etc. example: "" dx_continent: type: string