✨ 🔻 xml.ts
This commit is contained in:
@@ -14,3 +14,4 @@ export function escapeXml(s: string): string {
|
|||||||
export function escapeXmlAttr(s: string): string {
|
export function escapeXmlAttr(s: string): string {
|
||||||
return escapeXml(s).replace(/"/g, '"').replace(/'/g, ''')
|
return escapeXml(s).replace(/"/g, '"').replace(/'/g, ''')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user