Merge pull request #8524 from NeoRaider/xhtml-fixes

Fix compatiblity with XHTML content type
This commit is contained in:
Frédéric Junod
2018-08-22 13:13:22 +02:00
committed by GitHub
16 changed files with 24 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ import XYZ from '../source/XYZ.js';
* @type {string}
* @api
*/
export const ATTRIBUTION = '© ' +
export const ATTRIBUTION = '© ' +
'<a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> ' +
'contributors.';