mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Return the heading value on HTML export
HTML export was erroneously not returning the heading value. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bfc919b1c3
commit
a562dd0e12
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ function get_event_value(event)
|
|||
return 'He: ' + he + ' - O2: ' + o2;
|
||||
}
|
||||
if (event.type == 23) { // heading
|
||||
event.value;
|
||||
return event.value;
|
||||
}
|
||||
return '-';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue