Backend half
This commit is contained in:
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
export function escapeAttribute(value) {
|
||||
return value.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """);
|
||||
}
|
||||
Reference in New Issue
Block a user