mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 19:37:52 +00:00
Fix parsing use-embed
This commit is contained in:
parent
9d72f4539d
commit
e3ef24dc5e
@ -122,8 +122,9 @@ export const extensionToPointer = (repString) => {
|
|||||||
const replace36 = replace35.split('.7z').join('.7z</newpointer>')
|
const replace36 = replace35.split('.7z').join('.7z</newpointer>')
|
||||||
const replace37 = replace36.split('.gz').join('.gz</newpointer>')
|
const replace37 = replace36.split('.gz').join('.gz</newpointer>')
|
||||||
const replace38 = replace37.split('.bz2').join('.bz2</newpointer>')
|
const replace38 = replace37.split('.bz2').join('.bz2</newpointer>')
|
||||||
|
const replace39 = replace38.split('service=QCHAT_IMAGE</p>').join('service=QCHAT_IMAGE</newpointer></p>')
|
||||||
|
|
||||||
return replace38
|
return replace39
|
||||||
}
|
}
|
||||||
|
|
||||||
export const encodedToChar = (encodedString) => {
|
export const encodedToChar = (encodedString) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user