diff --git a/calexium_lib/web/CXM_making_a_web_site.anubis b/calexium_lib/web/CXM_making_a_web_site.anubis index 375a000..e305303 100644 --- a/calexium_lib/web/CXM_making_a_web_site.anubis +++ b/calexium_lib/web/CXM_making_a_web_site.anubis @@ -2819,7 +2819,9 @@ define List(Text_Option) { [] then [], [h . t ] then - if h is class(class) then + if h is class(_) then + get_text_options(t) + else if h is id(_) then get_text_options(t) else [ h . get_text_options(t) ] @@ -2841,7 +2843,9 @@ define List(Text_Option) [h . t ] then - if h is class(class) then + if h is class(_) then + [ h . get_css_class(t) ] + else if h is id(_) then [ h . get_css_class(t) ] else get_css_class(t) -- libgit2 0.21.4