Hi. I notice that the RSS Feed contains the AUTHOR tag empty. How can i fix it?
Best regards
Best regards
// LINE 210
. htmlspecialchars($data->items[$i]->authorEmail . ' (' . $data->items[$i]->author . ')', ENT_COMPAT, 'UTF-8') . "</author>\n";
// Replace with
. htmlspecialchars($data->items[$i]->author, ENT_COMPAT, 'UTF-8') . "</author>\n";