erase post excerpt limitation [×]

Slightly hard to follow you here, but from the file you posted there is a line:

$excerpt = implode(" ",$excerpt)."...";

Change it to:

$excerpt = implode(" ",$excerpt);

Edit – Corrected line, should work now.