Forgot Password - Little markup error Forgot Password - Little markup error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Forgot Password - Little markup error

Started by su_ict, September 18, 2007, 11:45:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

su_ict

Just found in 1.4.13 (also present in earlier releases):

File : forgot_passwd.php
Line : 81
Text : <span style="color:red"><b>{$lang_forgot_passwd_php['err_unk_user']}<b></span>

Error : last "<b>" should be a "</b>"

Sami

Fixed and committed for 1.4.x and 1.5.x

replaced this:


<span style="color:red"><b>{$lang_forgot_passwd_php['err_unk_user']}<b></span>


with this


<span style="color:red;font-weight:bold;">{$lang_forgot_passwd_php['err_unk_user']}</span>
‍I don't answer to PM with support question
Please post your issue to related board