diff options
Diffstat (limited to 'printing_templates/Six Dives.html')
-rw-r--r-- | printing_templates/Six Dives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html index 1d4bb5b56..0fe48a628 100644 --- a/printing_templates/Six Dives.html +++ b/printing_templates/Six Dives.html @@ -136,7 +136,7 @@ <tr> <td> <h1> Dive # {{ dive.number }} - {{ dive.date }} {{ dive.time }}</h1> - <p style="float:right;"> Max depth: {{ dive.depth }} </p> + <p style="float:right;"> Max. depth: {{ dive.depth }} </p> </td> </tr> <tr> |