fixed backwards DIV UL tags at the end of the RSS feed list

This commit is contained in:
Jacob Haddon 2024-02-17 16:29:30 -05:00
parent 9340ae6761
commit cf59c9248d

View File

@ -120,7 +120,7 @@ while ( my $url = <DATA>) {
} # while DATA } # while DATA
#close out the list URL html #close out the list URL html
$listHTML .= "</div></ul>\n"; $listHTML .= "</ul></div>\n";
################################### ###################################
# Make an RSS Feed! # Make an RSS Feed!