diff --git a/web/CXM_making_a_web_site.anubis b/web/CXM_making_a_web_site.anubis index b671345..c3d48ed 100644 --- a/web/CXM_making_a_web_site.anubis +++ b/web/CXM_making_a_web_site.anubis @@ -1431,6 +1431,9 @@ public define HTML_Off_Form footer(List(CoreAttrs) attrs, HTML_Off_Form content) public define HTML_Off_Form footer(List(HTML_Off_Form) content) = html_tag("footer", [], content). public define HTML_Off_Form footer(HTML_Off_Form content) = html_tag("footer", [], [content]). + //