From b8a44a8bf2356c1fc474b119b713d7e7df365a4a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 May 2016 01:57:12 +0000 Subject: www: remove footer_html support I haven't used it in a while and the existing "description" is probably good enough. If we support it again, it should be plain-text + auto-linkified for ease-of-maintenance and consistency. --- lib/PublicInbox/WWW.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/PublicInbox/WWW.pm') diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm index 5b4d6c18..e8f1fbf0 100644 --- a/lib/PublicInbox/WWW.pm +++ b/lib/PublicInbox/WWW.pm @@ -252,8 +252,6 @@ sub footer { my ($ctx) = @_; return '' unless $ctx; my $obj = $ctx->{-inbox} or return ''; - my $footer = $obj->footer_html; - return $ctx->{footer} = $footer if $footer; # auto-generate a footer chomp(my $desc = $obj->description); -- cgit v1.2.3-24-ge0c7