From themes/default/languages/english/index.english.php:
$txt['welcome_guest_register'] = 'Welcome to <strong>{forum_name}</strong>. Please <a href="{login_url}" rel="nofollow">login</a> or <a href="{register_url} rel="nofollow"">register</a>.';
This should be:
$txt['welcome_guest_register'] = 'Welcome to <strong>{forum_name}</strong>. Please <a href="{login_url}" rel="nofollow">login</a> or <a href="{register_url}" rel="nofollow">register</a>.';
Since the scrolly bits make it hard to spot, here's the error, highlighted:
<a href="{register_url} rel="nofollow"">