Browse Source

Fix syntax error

Wichert Akkerman 24 years ago
parent
commit
d06e4fffb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/controllib.pl

+ 1 - 1
scripts/controllib.pl

@@ -181,7 +181,7 @@ sub parsecdata {
     $index=''; $cf=''; $paraborder=1;
     while (<CDATA>) {
         s/\s*\n$//;
-	if (m/^$/) and $paraborder) next;
+	if (m/^$/ and $paraborder) next;
 	$paraborder=0;
         if (m/^(\S+)\s*:\s*(.*)$/) {
             $cf=$1; $v=$2;