mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
fix frontend format
This commit is contained in:
parent
de735b3c8c
commit
f72490093a
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ export const processResponseContent = (content: string) => {
|
|||
return content.trim();
|
||||
};
|
||||
|
||||
|
||||
export function unescapeHtml(html: string) {
|
||||
const doc = new DOMParser().parseFromString(html, 'text/html');
|
||||
return doc.documentElement.textContent;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue