Topic: small bug in lang\English\common.php
Problem was reported here:
http://punbb.org/forums/viewtopic.php?pid=29456#p29456
open the following file:
lang/English/common.php
find the following on line #149:
'RSS Desc Active ' => 'The most recently active topics at', // board_title will be appended to this string
replace it with:
'RSS Desc Active' => 'The most recently active topics at', // board_title will be appended to this string
then save the file and reupload it.