221
Script_fu:
I think this time the error in on my side

Edit the template page and where it says:
<img
src="images/print.gif" alt="<{$lang_printer}>" /></a>
make sure there is not a new line between "<img" and "src="
like this:
<img src="images/print.gif" alt="<{$lang_printer}>" /></a>
I think this is the cause for the error (a really stupid one

)
By the way, the file you have to edit is news_article.html
I think news_archive is already ok.