Distribute job ad across the web.
authorshort <>
Thu, 16 Oct 2003 07:28:39 +0000 (07:28 +0000)
committershort <>
Thu, 16 Oct 2003 07:28:39 +0000 (07:28 +0000)
Web.pm

diff --git a/Web.pm b/Web.pm
index 2b89eef..79e9eab 100644 (file)
--- a/Web.pm
+++ b/Web.pm
@@ -242,6 +242,10 @@ sub footer (;$)
 
        print vskip if $W->{"footer_delimit"};
 
+       if ($W->{"heading"}) {
+               do { &{$_}() if $_; } for ($W->{"footing_delimit"});
+               }
+
        print "<hr />\n" if $W->{"footer"};
 
        if ($W->{"footer_mailme"}) {