Ticket #5828 (closed Bugs: fixed)

Opened 1 year ago

Last modified 4 months ago

html extraneous character

Reported by: john@erba.tv Assigned to: tm1000
Priority: minor Milestone: 2.11
Component: Core Version: 2.10-branch
Keywords: html error Cc:
Confirmation: Unreviewed Distro:
Backend Engine: Asterisk 1.8 Distro Ver:
Backend Ver: 1.8.11.1 SVN Revision (if applicable):

Description

In line 148 of core/advanced_settings.php there is an extraneous "

                       .'"></td>';

should be

                       .'></td>';

Change History

01/16/13 04:33:41 changed by tm1000

  • owner changed from p_lindheimer to tm1000.
  • status changed from new to assigned.

01/26/13 01:56:23 changed by tm1000

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

(In [15011]) Fixes #5828