fixed backwards DIV UL tags at the end of the RSS feed list
This commit is contained in:
parent
9340ae6761
commit
cf59c9248d
@ -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!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user