Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Forgot Password - Little markup error  (Read 9565 times)

0 Members and 1 Guest are viewing this topic.

su_ict

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 22
Forgot Password - Little markup error
« on: September 18, 2007, 11:45:06 am »

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>"
« Last Edit: September 18, 2007, 01:09:37 pm by Sami »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Forgot Password - Little markup error
« Reply #1 on: September 18, 2007, 01:06:31 pm »

Fixed and committed for 1.4.x and 1.5.x

replaced this:

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

with this

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

Page created in 0.016 seconds with 19 queries.