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 6ad9b2d commit 71b2506Copy full SHA for 71b2506
src/SpecialOutput.hs
@@ -217,4 +217,4 @@ escapeNewlines = replace "\n" "%0A"
217
218
-- | Escape special characters which can interfere with the parsing of an annotation.
219
escapeSpecial :: Text -> Text
220
-escapeSpecial = replace ":" "%3A" . replace "," "%2C" . escapeNewlines
+escapeSpecial = replace ":" "%3A" . replace "," "%2C" . replace "=" "%3D" . escapeNewlines
0 commit comments