From 58c6a05caaab2bd86fee3f9f4d6809dab2130bb9 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 14 Aug 2013 14:47:45 +0200 Subject: [PATCH] div and css test --- tools/testgui.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testgui.pl b/tools/testgui.pl index 423d3b5..651dc06 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -256,7 +256,7 @@ sub print_sensorArea { my $previewAreaId = "preview_".$sensorId; print ""; print "
$sensorName (id=$sensorId)
"; - print "
[not run yet]
"; + print "
[not run yet]
"; print ""; $quickEditAreaId = "quickEdit_".$sensorId; -- 2.43.0