From cf59c9248d67f36d6616a9fdfde888f89e36c21d Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sat, 17 Feb 2024 16:29:30 -0500 Subject: [PATCH] fixed backwards DIV UL tags at the end of the RSS feed list --- smhnRSS.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smhnRSS.pl b/smhnRSS.pl index 902602d..c11f5a5 100755 --- a/smhnRSS.pl +++ b/smhnRSS.pl @@ -120,7 +120,7 @@ while ( my $url = ) { } # while DATA #close out the list URL html -$listHTML .= "\n"; +$listHTML .= "\n"; ################################### # Make an RSS Feed!