]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
Fix syntax of config example
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 21 Oct 2022 07:08:45 +0000 (09:08 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 07:08:45 +0000 (09:08 +0200)
dist/theme/config.theme.js.example

index 4c14a90c47e381be8e4e43fd8f856a0e90c8f7d3..d9b6b6092e197564a2956a08859d3757f9c92c03 100644 (file)
@@ -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';