I am sorry, that’s the exact code I put in at first. The validator complained about that too ??
Why do you need a plugin for showing the recent posts in the first place?
Can’t you simply put in code like this:
(the ul code)
Recent posts
<?php wp_get_recent_posts(3); ?>
(the end ul code)
`