Ticket #2465 (closed Bugs: fixed)

Opened 4 years ago

Last modified 4 years ago

Unterminated string constant script error on IE - edit extension

Reported by: habile Assigned to: p_lindheimer
Priority: minor Milestone: 2.4
Component: Core Version: 2.3.1
Keywords: Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Get Unterminated String Constant when editing extensions on core 2.3.1.0 using Internet Explorer - not observed in FireFox.

Following resolves in: /var/www/html/admin/modules/core/functions.inc.php

Index: functions.inc.php
===================================================================
--- functions.inc.php   (revision 5137)
+++ functions.inc.php   (working copy)
@@ -2926,7 +2926,7 @@
                // Some errors for the validation bits
                $msgInvalidDTMFMODE = _("Please enter the dtmfmode for this device");
                $msgInvalidChannel = _("Please enter the channel for this device");
-               $msgConfirmSecret = _("You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device.\n\nAre you sure you want to leave the Secret empty?");
+               $msgConfirmSecret = _("You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?");
                $msgInvalidSecret = _("Please enter a Secret for this device");
 
                // zap

Change History

10/25/07 10:38:24 changed by p_lindheimer

  • status changed from new to closed.
  • confirmation changed from Unreviewed to Confirmed.
  • resolution set to fixed.