ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: kode54 on July 28, 2018, 04:20:40 am

Title: [1.1.4] Welcome guest message incorrectly formats registration link
Post by: kode54 on July 28, 2018, 04:20:40 am
From themes/default/languages/english/index.english.php:

Code: [Select]
$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:
Code: [Select]
$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:

Code: [Select]
<a href="{register_url} rel="nofollow"">
Title: Re: [1.1.4] Welcome guest message incorrectly formats registration link
Post by: Spuds on July 28, 2018, 07:21:10 am
Thanks !

I've added your fix to a PR I have open