We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10c7dc commit d711177Copy full SHA for d711177
Sources/HTMLKitUtilities/HTMLKitUtilities.swift
@@ -64,7 +64,6 @@ public extension String {
64
}
65
/// Escapes all occurrences of source-breaking HTML attribute characters
66
mutating func escapeHTMLAttributes() {
67
- self.replace("\\\"", with: """)
68
self.replace("\"", with: """)
69
self.replace("'", with: "'")
70
0 commit comments