mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
[svn r5761] Gaack! $marking will be the death of me
This commit is contained in:
@@ -308,7 +308,7 @@ END
|
|||||||
if ($ent_photo) {
|
if ($ent_photo) {
|
||||||
print FILE "\n\n<p><b>Entrance Photo:</b> $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";
|
print FILE "\n\n<p><b>Marking:</b> $marking";
|
||||||
}
|
}
|
||||||
if ($references) {
|
if ($references) {
|
||||||
|
|||||||
Reference in New Issue
Block a user