From 0a67594718ea405a35b26243709512922db579cd Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Fri, 27 Jun 2008 14:49:39 +0000 Subject: [PATCH] Fixed bug in the colorpicker which caused the colorpicker screen to not pop up. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Form/Color.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cacea2880..72fdf20a3 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.5.15 + - fixed: Colorpicker window would not open (Martin Kamerbeek / Oqapi) 7.5.14 - fixed: RSS feeds report modified date instead of create date diff --git a/lib/WebGUI/Form/Color.pm b/lib/WebGUI/Form/Color.pm index 0bc448ef1..a0fc1e8a3 100644 --- a/lib/WebGUI/Form/Color.pm +++ b/lib/WebGUI/Form/Color.pm @@ -119,7 +119,7 @@ sub toHtml { my $id = $self->get("id"); my $value = $self->getDefaultValue; my $name = $self->get("name"); - return qq{ + return qq{ }; }