From 0692d0687dc72cf8456bbf18cd8d423a53c90313 Mon Sep 17 00:00:00 2001 From: TobiasE-github <142840185+TobiasE-github@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:59:57 +0100 Subject: [PATCH] Aktualisieren von gen_set.pl, Typo entfernt --- lib/obp60task/gen_set.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obp60task/gen_set.pl b/lib/obp60task/gen_set.pl index f986e7f..0f7c588 100755 --- a/lib/obp60task/gen_set.pl +++ b/lib/obp60task/gen_set.pl @@ -77,7 +77,7 @@ for ($PageNo=1;$PageNo<=$NoOfPages;$PageNo++){ print "\t",'"category": "OBP60 Page ',$PageNo,'",',"\n"; print "\t",'"capabilities": {',"\n"; print "\t",' "obp60":"true"',"\n"; - print "\t",'}, ls',"\n"; + print "\t",'}, ',"\n"; print "\t",'"condition":['; foreach $page (@Pages) { if($NoOfFieldsPerPage{$page}>=$FieldNo){