2013-02-28, 02:16:37
Using the command, <?php show_blog_recent_posts(1); ?> creates errors in the w3schools html5 validator.
Links to the blog post use & signs, however they are not escaped with the &. Is this something to ignore?
<a href="http://......./index.php?id=blog&post=another-test-post">Another Test Post</a>
: & did not start a character reference. (& probably should have been escaped as &.)
Links to the blog post use & signs, however they are not escaped with the &. Is this something to ignore?
<a href="http://......./index.php?id=blog&post=another-test-post">Another Test Post</a>
: & did not start a character reference. (& probably should have been escaped as &.)