Skip to main content
Topic: [1.1.4] Welcome guest message incorrectly formats registration link (Read 1626 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[1.1.4] Welcome guest message incorrectly formats registration link

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"">

 

Re: [1.1.4] Welcome guest message incorrectly formats registration link

Reply #1

Thanks !

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