diff --git a/pae2xml.pl b/pae2xml.pl index 87fd081dc863c17217a4e4ba0766f622dd1e289f..810ee1b1c1608444a5e5a57c3475b4180af7ccc5 100755 --- a/pae2xml.pl +++ b/pae2xml.pl @@ -43,10 +43,11 @@ LIB. SIGN.: $libsig RISM SIGN.: $rismsig\n\n"; parse_incipits($incipits, $comp, $title, $sonst, $libsig, $rismsig); } - else { if (index($p,"plain&easy") > -1) { - print_error("Ignoring the following text:\n\n\n$p\n\n\n"); - } - } + else { + if (index($p,"plain&easy") > -1) { + print_error("Ignoring the following text:\n\n\n$p\n\n\n"); + } + } } }