summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Koch <markus@notsyncing.net>2020-04-25 18:19:39 +0200
committerMarkus Koch <markus@notsyncing.net>2020-04-25 18:19:39 +0200
commit1292c1a57377a0e8fb8f80a7f4869880d0fc26ca (patch)
tree58f34ed80b2b36fbffb97e7a0fca992fb26f5be2
parentf7000d1c5c12d7ff14c5a97df3e8928670e78592 (diff)
downloadlifomapserver-1292c1a57377a0e8fb8f80a7f4869880d0fc26ca.tar.gz
lifomapserver-1292c1a57377a0e8fb8f80a7f4869880d0fc26ca.tar.bz2
lifomapserver-1292c1a57377a0e8fb8f80a7f4869880d0fc26ca.zip
Change title and footer
-rw-r--r--htdocs/index.html2
-rw-r--r--htdocs/mapscript.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
index 2d77687..9b5e2c4 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>LinuxWorks Minetest Map (unofficial)</title>
+ <title>LinuxWorks Minetest Map</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="fa/css/all.css">
diff --git a/htdocs/mapscript.js b/htdocs/mapscript.js
index 3516cbd..7d7d940 100644
--- a/htdocs/mapscript.js
+++ b/htdocs/mapscript.js
@@ -141,7 +141,7 @@ function load_tiles(name, id) {
minNativeZoom: 0,
minZoom: 0,
noWrap: true,
- attribution: 'Map data &copy; <a href="https://wiki.linux-forks.de/mediawiki/index.php/Maps">Linux-Forks</a>, ' + 'All rights reserved, ',
+ attribution: 'Map data &copy; <a href="https://wiki.linux-forks.de/mediawiki/index.php/Maps">Linux-Forks</a>',
id: id,
tileSize: 256,
zoomOffset: 0,