[svn r5761] Gaack! $marking will be the death of me

This commit is contained in:
sb476 2004-04-21 01:45:21 +02:00
parent 5aed127ccb
commit 629ec72ad2

View File

@ -308,7 +308,7 @@ END
if ($ent_photo) {
print FILE "\n\n<p><b>Entrance Photo:</b> $ent_photo";
}
if ($marking and $marking ne "\r" and $marking ne "\r\n") { # bodgelicious.
if ($marking and $marking ne "\r" and $marking ne "\r\n" and $marking ne "\n") { # bodgelicious.
print FILE "\n\n<p><b>Marking:</b> $marking";
}
if ($references) {