From a4608f7c91138401e9987ff0478bbe42408a37a7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 28 Jul 2015 13:35:04 -0700 Subject: Printing: fix dive lookup for profile generation The existing code (and templates) looked up dives by number and then used that as index into the dive table. This worked exactly in one case: if all dives were numbered consecutively starting with 1. While that is not an entirely unreasonable case, it's of course not an acceptable assumption to make. This commit adds the necessary changes to instead look up dives by their unique id. That's what it's there fore, after all. Signed-off-by: Dirk Hohndel --- printing_templates/One Dive.html | 2 +- printing_templates/Two Dives.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'printing_templates') diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index 9f4d30a61..40c02b395 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -103,7 +103,7 @@
-
+
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html index 0c8eec14c..986f119dd 100644 --- a/printing_templates/Two Dives.html +++ b/printing_templates/Two Dives.html @@ -196,7 +196,7 @@
-
+
-- cgit v1.2.3-70-g09d2