After setting formatting.php to "strict"....
# <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-AU" lang="en-AU">
it still renders this....
<?php display_param_link( $skin_links ) ?> design by <?php display_param_link( $francois_links ) ?> / <?php display_param_link( $skinfaktory_links ) ?>
as this.....
# <a href="http://skinfaktory.com/" target="_blank">Blog skins</a> design by <a href="http://fplanque.com/" target="_blank">François</a> / <a href="http://evofactory.com/" target="_blank">Evo Factory</a>
# • Credits: <a href="http://b2evolution.net/" target="_blank">blog software</a>
It's easy just to delete the code and solve the problem but I'm sure that's not the point.... or is it?