1
0

correctly place </ul>

This commit is contained in:
Garvin Hicking
2008-11-06 13:51:06 +00:00
parent 400e762b1d
commit 0cf8d22936

@ -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) {