mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
[svn r5761] Gaack! $marking will be the death of me
This commit is contained in:
parent
5aed127ccb
commit
629ec72ad2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user