@asd20/ui 3.2.575 → 3.2.576
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -125,7 +125,8 @@ export default {
|
|
|
125
125
|
: ''
|
|
126
126
|
|
|
127
127
|
const el = document.createElement('div')
|
|
128
|
-
el.innerHTML = `<h2><a href="${url}">${h1}</a></h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
|
|
128
|
+
// el.innerHTML = `<h2><a href="${url}">${h1}</a></h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
|
|
129
|
+
el.innerHTML = `<h2></h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
|
|
129
130
|
document.body.appendChild(el)
|
|
130
131
|
const range = document.createRange()
|
|
131
132
|
const selection = document.getSelection()
|