summaryrefslogtreecommitdiff
path: root/src/Lib.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lib.hs')
-rw-r--r--src/Lib.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Lib.hs b/src/Lib.hs
index 02ef79b..5188950 100644
--- a/src/Lib.hs
+++ b/src/Lib.hs
@@ -318,7 +318,7 @@ instance ToHtml HomeView where
input_ $ [type_ "checkbox", name_ "m", value_ tagm, id_ tagm] ++
[checked_ | tagm == "ReligiousArchitecture"] ++
[disabled_ "1" | disabled]
- label_ [for_ tagm] $ do
+ label_ (for_ tagm : [class_ "disabled" | disabled]) $ do
span_ $ strong_ $ toHtml label <> ". "
if disabled
then span_ "Coming soon."