liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
69 stars 69 forks source link

fix(portal-base): ensure that there is whitespace surrounding the svg attribute #1124

Closed bryceosterhaus closed 1 year ago

bryceosterhaus commented 1 year ago

Without this change, there is possibility for breaking the svg markup depending on what is provided. We might want to look at an xml parser for doing this in the future, rather than just find/replace

bryceosterhaus commented 1 year ago

nvm, need a better fix for this