summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/XMonad/Local/LogHook.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XMonad/Local/LogHook.hs b/src/XMonad/Local/LogHook.hs
index f169532..bec3ae4 100644
--- a/src/XMonad/Local/LogHook.hs
+++ b/src/XMonad/Local/LogHook.hs
@@ -116,6 +116,4 @@ xmobarSanitize = foldr sanitize ""
where
sanitize '>' xs = ">" ++ xs
sanitize '<' xs = "&lt;" ++ xs
- sanitize '\"' xs = "&quot;" ++ xs
- sanitize '&' xs = "&amp;" ++ xs
sanitize x xs = x:xs