Hello guys, try this:
<?php
function new_excerpt_more($more) {
return ' <a href="'. get_permalink() . '">' . __('<br/>' . '<br/>' . '[...] <span class="meta-nav"></span>', 'twentyten' ) . '</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');
?>
Note this should not replace any previous code