From: Jan Michel <j.michel@gsi.de>
Date: Mon, 24 Jun 2013 15:00:45 +0000 (+0200)
Subject: clean up descriptions
X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3546f33976344be4a0bec4d477a6c8a80be39fb7;p=mvdsensorcontrol.git

clean up descriptions
---

diff --git a/xml_spielwiese/cgitest.pl b/xml_spielwiese/cgitest.pl
index ca40b8b..090a3a8 100755
--- a/xml_spielwiese/cgitest.pl
+++ b/xml_spielwiese/cgitest.pl
@@ -104,7 +104,7 @@ if (defined $cgiHash{'action'} ) {
 
 sub prepare_text {
   my $t = $_[0];
-  $t = chomp $t;
+  chomp $t;
   $t = encode_entities($t);
   $t =~ s/^\s//;
   $t =~ s/^\n//;