jariarkko / psgeo

Activity location library
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Literal html tags in psgeolocation should be removed #365

Closed ralfstrandell closed 1 year ago

ralfstrandell commented 1 year ago

Use document.createElement instead

ralfstrandell commented 1 year ago

On a second thought... Nope. Bad idea. This would lead to a quadzillion document.createElements. What a mess. If anything, template literals could be used.