Bug #6830
openLanguage strings with \n using single quotes
Description
Some language strings with \n linebreak usage are being parsed and stored with single quotes instead of double quotes resulting in the linebreak never outputting. Specifically the below strings have this issue and is likely a problem in the language parser.
UE_USERNAMEREMINDER_MSG
UE_NEWPASS_MSG
Updated by nant about 7 years ago
question:
in components/com_comprofiler/comprofiler.php line 808 can this:
$message = str_replace( '\n', "\n", sprintf( CBTxt::T( 'UE_USERNAMEREMINDER_MSG', 'Hello,\nA username reminder has been requested for your %s account.\n\nYour username is: %s\n\nTo log in to your account, click on the link below:\n%s\n\nThank you.\n' ), $_CB_framework->getCfg( 'sitename' ), $user->username, $liveSite ) );
be changed to:
$message = sprintf( CBTxt::T( 'UE_USERNAMEREMINDER_MSG', "Hello,
A username reminder has been requested for your %s account.
Your username is: %s
To log in to your account, click on the link below:
%s
Thank you.
" ), $_CB_framework->getCfg( 'sitename' ), $user->username, $liveSite ) );
Updated by beat over 6 years ago
- Target version changed from CB 2.1.4 to CB 2.1.5
Updated by krileon over 6 years ago
- Target version changed from CB 2.1.5 to CB 2.3
Updated by beat almost 6 years ago
- Target version changed from CB 2.4 to CB 2.4.1
Updated by beat over 5 years ago
- Target version changed from CB 2.4.1 to CB 2.4.2
Updated by beat over 5 years ago
- Target version changed from CB 2.4.2 to CB 2.4.3
Updated by beat almost 5 years ago
- Target version changed from CB 2.4.3 to CB 2.4.4
Updated by beat over 4 years ago
- Target version changed from CB 2.4.4 to CB 2.4.5
Updated by beat over 4 years ago
- Target version changed from CB 2.4.5 to CB 2.4.6
Updated by beat over 4 years ago
- Target version changed from CB 2.4.6 to CB 2.4.7
Updated by beat about 4 years ago
- Target version changed from CB 2.4.7 to CB 2.5.0
Updated by beat almost 4 years ago
- Target version changed from CB 2.5.0 to CB 2.6
Updated by beat over 3 years ago
- Target version changed from CB 2.6 to CB 2.6.1
Updated by beat over 3 years ago
- Target version changed from CB 2.6.1 to CB 2.7
Updated by beat almost 3 years ago
- Target version changed from CB 2.7 to CB 2.7.2
Updated by beat over 2 years ago
- Target version changed from CB 2.7.2 to CB 2.7.3
Updated by beat over 2 years ago
- Target version changed from CB 2.7.3 to CB 2.7.4
Updated by krileon about 2 years ago
- Target version changed from CB 2.7.4 to CB 2.8
Updated by beat almost 2 years ago
- Target version changed from CB 2.8 to CB 2.8.1
Updated by beat about 1 year ago
- Target version changed from CB 2.8.1 to CB 2.8.2
Updated by beat about 1 year ago
- Target version changed from CB 2.8.2 to CB 2.9.0
Updated by beat about 1 year ago
- Target version changed from CB 2.9.0 to CB 2.9.2