Catch empty attribution in overlay
This commit is contained in:
parent
b589787dc1
commit
f6f765e52f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ L.Util.escapeHTML = function (s) {
|
||||||
return s.replace(/</gm, '<');
|
return s.replace(/</gm, '<');
|
||||||
};
|
};
|
||||||
L.Util.toHTML = function (r) {
|
L.Util.toHTML = function (r) {
|
||||||
|
if (!r) return '';
|
||||||
var ii;
|
var ii;
|
||||||
|
|
||||||
// detect newline format
|
// detect newline format
|
||||||
|
|
Loading…
Reference in a new issue