Feature #2004 avoid missing the title inside a svg document

skala
Juan Carlos Raña 15 years ago
parent 2ac952541a
commit 6591a08ef0
  1. 2
      main/inc/lib/svg-edit/svgcanvas.js

@ -9283,7 +9283,7 @@ this.getTitle = function(elem) {
return childs[i].textContent;
}
}
return '';
return 'image';//hack for Chamilo. Avoid missing the title inside a svg document
}
// Function: getHref

Loading…
Cancel
Save