diff --git a/lib/WebGUI/Form/CommentRating.pm b/lib/WebGUI/Form/CommentRating.pm index fb10e9b16..2a4f130e0 100644 --- a/lib/WebGUI/Form/CommentRating.pm +++ b/lib/WebGUI/Form/CommentRating.pm @@ -137,7 +137,7 @@ sub getValueAsHtml { my $self = shift; my $value = $self->getValue; my $url = $self->session->url; - return q{}.$value.q{}; + return q{}.$value.q{}; }