correctly place </ul>

This commit is contained in:
Garvin Hicking 2008-11-06 13:51:06 +00:00
parent c72734e963
commit 744db929d4

View File

@ -1063,9 +1063,9 @@ class serendipity_syndication_plugin extends serendipity_plugin {
<a href="<?php echo $url; ?>"><?php echo $mytitle; ?></a>
<?php } ?>
</li>
</ul>
<?php
}
?>
}
echo '</ul>';
}
function generate_rss_fields(&$title, &$description, &$entries) {