Skip to content
Snippets Groups Projects
Commit 6916ec71 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Fix indentation

parent 2c6b9f1d
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment