mirror of
https://github.com/frappe/lms.git
synced 2026-04-26 02:29:48 +03:00
fix: support youtube watch links as preview links
This commit is contained in:
@@ -694,7 +694,6 @@ export const escapeHTML = (text) => {
|
||||
'"': '"',
|
||||
"'": ''',
|
||||
'`': '`',
|
||||
'=': '=',
|
||||
}
|
||||
|
||||
return String(text).replace(
|
||||
|
||||
Reference in New Issue
Block a user