From: Sarah Hoffmann Date: Fri, 21 Oct 2022 07:08:45 +0000 (+0200) Subject: Fix syntax of config example X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/cb2c96641bcc89f9bf427f9a13931f98d6dec3bc Fix syntax of config example --- diff --git a/dist/theme/config.theme.js.example b/dist/theme/config.theme.js.example index 4c14a90..d9b6b60 100644 --- a/dist/theme/config.theme.js.example +++ b/dist/theme/config.theme.js.example @@ -2,4 +2,4 @@ // The file should be named 'config.theme.js' Nominatim_Config.Nominatim_API_Endpoint = 'http://myserver.example.com:1234/nominatim/'; -Nominatim_Config.Page_Title = 'My Server demo; +Nominatim_Config.Page_Title = 'My Server demo';