[Libreoffice-commits] online.git: loleaflet/dist
Tor Lillqvist
tml at collabora.com
Tue Jan 16 12:22:54 UTC 2018
loleaflet/dist/loleaflet.html | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 149714f5b3cd7fff87da08ba0ab2554cc78071e5
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Jan 16 14:16:06 2018 +0200
Add closing </head> tag that was accidentally removed in 328df11a689684be0e13b1778b67d5a7648e9989
Change-Id: I0d0c1eda84f421838c55c223731898167f497ec7
diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index 2ec8f8f9..621cbbcb 100644
--- a/loleaflet/dist/loleaflet.html
+++ b/loleaflet/dist/loleaflet.html
@@ -23,6 +23,8 @@
<link rel="localizations" href="/loleaflet/%VERSION%/l10n/locore-localizations.json" type="application/vnd.oftn.l10n+json" />
<link rel="localizations" href="/loleaflet/%VERSION%/l10n/uno-localizations.json" type="application/vnd.oftn.l10n+json" />
<link rel="localizations" href="/loleaflet/%VERSION%/l10n/help-localizations.json" type="application/vnd.oftn.l10n+json"/>
+</head>
+
<body style="user-select: none;">
<!--The "controls" div holds map controls such as the Zoom button and
it's separated from the map in order to have the controls on the top
More information about the Libreoffice-commits
mailing list