Ticket #125 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

error in plog-globals.php

Reported by: meint.post@… Owned by: ryan
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords:
Cc:

Description

Line 69:

$output .= ' href="' . $dataurl? . '">' . $datacaption? . '</a><li>';

Needs to be:

$output .= ' href="' . $dataurl? . '">' . $datacaption? . '</a></li>';

(the error is in the <li>)

Change History

Changed 3 years ago by ryan

  • owner changed from mike to ryan
  • status changed from new to assigned

Changed 3 years ago by ryan

  • version 1.0 Beta 3 deleted
  • component changed from admin to general

I just went through the current SVN and didn't even find this string or anything similar. plog-globals.php is only 35 lines, so I'm not sure how it can be on line 69.

Which version are you using? More specifics would help fix this.

Changed 3 years ago by mike

  • status changed from assigned to closed
  • resolution set to fixed

I know which line he is talking about, I actually saw this problem awhile ago but didn't get around to fixing it. It is in plog-admin.php now. Fixed in [358]

Note: See TracTickets for help on using tickets.