Logged In: NO

edit the file:
plugins/calendar/calendar.php

find this line:
."\" title=\"$title\">".htmlspecialchars($calbar['title'])."</a>TESTE<br />\n";
change it to:
."\" title=\"$title\">".htmlspecialchars($calbar['title'])."</a><br />\n";