diff --git a/web/making_a_web_site.anubis b/web/making_a_web_site.anubis index 0706dbf..5a37743 100644 --- a/web/making_a_web_site.anubis +++ b/web/making_a_web_site.anubis @@ -1473,6 +1473,7 @@ public define HTML_Off_Form h6(HTML_Off_Form content) //
public define HTML_Off_Form hr = html_void_tag("hr", []). public define HTML_Off_Form hr(List(CoreAttrs) attrs) = html_void_tag("hr", attrs). +public define HTML_Off_Form hr(CoreAttrs attr) = html_void_tag("hr", [attr]). //