From 44f7ea8ae9629daa8756d10c7f63d5780a28fb2f Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 14 Aug 2013 14:38:40 +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 651dc06..423d3b5 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