summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elm/Report.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/Report.elm b/elm/Report.elm
index f63a9411..6553043b 100644
--- a/elm/Report.elm
+++ b/elm/Report.elm
@@ -69,7 +69,7 @@ reasons =
, { label = "Unmarked spoilers"
, vis = vis
, submit = True
- , msg = \o -> if editable o then [] else
+ , msg = \o -> if not (editable o) then [] else
[ text "VNDB is an open wiki, it is often easier if you removed the spoilers yourself by "
, a [ href ("/" ++ o ++ "/edit") ] [ text " editing the entry" ]
, text ". You likely know more about this entry than our moderators, after all. "