3.7-experimental- remove extra </div> in Widgets/Form/Select

there is an end tag without a corresponding open tag

this fixes up a display issue I found with Prefs/Other.html

html/Widgets/Form/Select | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/html/Widgets/Form/Select b/html/Widgets/Form/Select
index 92c1564…4b5415c 100644
— a/html/Widgets/Form/Select
+++ b/html/Widgets/Form/Select
@@ -102,7 +102,6 @@ $Multiple => 0,
% if ( $Alternative ) {

% }
-
<%INIT>
my %CurrentValue = map {$_ => 1} grep defined, @CurrentValue;
if ( $ValuesCallback ) {

Thank you. I’ve fixed it in 3.7-RTIR-RELENG branch and soon I’ll merge
it, however you can switch to it as it has several other bug fixes and
we use this branch to stabilize things in 3.7.On 10/29/07, Jason Long jlong@messiah.edu wrote:

there is an end tag without a corresponding open tag

this fixes up a display issue I found with Prefs/Other.html

html/Widgets/Form/Select | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/html/Widgets/Form/Select b/html/Widgets/Form/Select
index 92c1564…4b5415c 100644
— a/html/Widgets/Form/Select
+++ b/html/Widgets/Form/Select
@@ -102,7 +102,6 @@ $Multiple => 0,
% if ( $Alternative ) {

% }
-
<%INIT>
my %CurrentValue = map {$_ => 1} grep defined, @CurrentValue;
if ( $ValuesCallback ) {


List info: The rt-devel Archives

SAVE THOUSANDS OF DOLLARS ON RT SUPPORT:

If you sign up for a new RT support contract before December 31, we’ll take
up to 20 percent off the price. This sale won’t last long, so get in touch today.
Email us at sales@bestpractical.com or call us at +1 617 812 0745.

Best regards, Ruslan.

Thank you. I’ve fixed it in 3.7-RTIR-RELENG branch and soon I’ll merge
it, however you can switch to it as it has several other bug fixes and
we use this branch to stabilize things in 3.7.On 10/29/07, Jason Long jlong@messiah.edu wrote:

there is an end tag without a corresponding open tag

this fixes up a display issue I found with Prefs/Other.html

html/Widgets/Form/Select | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/html/Widgets/Form/Select b/html/Widgets/Form/Select
index 92c1564…4b5415c 100644
— a/html/Widgets/Form/Select
+++ b/html/Widgets/Form/Select
@@ -102,7 +102,6 @@ $Multiple => 0,
% if ( $Alternative ) {

% }
-
<%INIT>
my %CurrentValue = map {$_ => 1} grep defined, @CurrentValue;
if ( $ValuesCallback ) {


List info: The rt-devel Archives

SAVE THOUSANDS OF DOLLARS ON RT SUPPORT:

If you sign up for a new RT support contract before December 31, we’ll take
up to 20 percent off the price. This sale won’t last long, so get in touch today.
Email us at sales@bestpractical.com or call us at +1 617 812 0745.

Best regards, Ruslan.

“Ruslan Zakirov” ruz@bestpractical.com 10/29/07 6:33 PM >>>
Thank you. I’ve fixed it in 3.7-RTIR-RELENG branch and soon I’ll merge
it, however you can switch to it as it has several other bug fixes and
we use this branch to stabilize things in 3.7.

Ok, I did this.

But now I get the following error when I access /User/Prefs.html

RT::Principal::Disabled Unimplemented in RT::Principal.
(/opt/rt3/lib/RT/Principal_Overlay.pm line 305)

I do not get this error on 3.7-EXPERIMENTAL.

Jason

Is it possible that you forgot to run configure script?On 10/30/07, Jason Long jlong@messiah.edu wrote:

“Ruslan Zakirov” ruz@bestpractical.com 10/29/07 6:33 PM >>>
Thank you. I’ve fixed it in 3.7-RTIR-RELENG branch and soon I’ll merge
it, however you can switch to it as it has several other bug fixes and
we use this branch to stabilize things in 3.7.

Ok, I did this.

But now I get the following error when I access /User/Prefs.html

RT::Principal::Disabled Unimplemented in RT::Principal.
(/opt/rt3/lib/RT/Principal_Overlay.pm line 305)

I do not get this error on 3.7-EXPERIMENTAL.

Jason


List info: The rt-devel Archives

SAVE THOUSANDS OF DOLLARS ON RT SUPPORT:

If you sign up for a new RT support contract before December 31, we’ll take
up to 20 percent off the price. This sale won’t last long, so get in touch today.
Email us at sales@bestpractical.com or call us at +1 617 812 0745.

Best regards, Ruslan.

“Ruslan Zakirov” ruz@bestpractical.com 10/30/07 11:11 AM >>>
Is it possible that you forgot to run configure script?

Yep, that was it. Thanks.

I guess I’m used to having a Makefile rule to rerun configure…
Jason>On 10/30/07, Jason Long jlong@messiah.edu wrote:

“Ruslan Zakirov” ruz@bestpractical.com 10/29/07 6:33 PM >>>
Thank you. I’ve fixed it in 3.7-RTIR-RELENG branch and soon I’ll merge
it, however you can switch to it as it has several other bug fixes and
we use this branch to stabilize things in 3.7.

Ok, I did this.

But now I get the following error when I access /User/Prefs.html

RT::Principal::Disabled Unimplemented in RT::Principal.
(/opt/rt3/lib/RT/Principal_Overlay.pm line 305)

I do not get this error on 3.7-EXPERIMENTAL.

Jason