I'm running two websites and both have been upgraded to version 1.3.5. On my website www.stunmasters.net I look at the "page source" and see that there are no commas on the keywords meta tag. How could I fix this?
I'm running two websites and both have been upgraded to version 1.3.5. On my website www.stunmasters.net I look at the "page source" and see that there are no commas on the keywords meta tag. How could I fix this?
Take a look in:
includes -> languages -> english -> meta_tags.php
find this line of code:
add your comma between the single quotesCode:define('METATAGS_DIVIDER', '');
Thanks, that was it.