Doesn't generate the correct keywords

It adds the title and description correctly, but it seems to have a problem generating keywords... this is what view-source shows for every post
<meta name="keywords" content="forum, vanilla" />
0
Comments
delete the comma (,) in implode(', '
So it looks like this:
$Keywords = implode(' ',$Keywords);