diff options
-rw-r--r-- | theme/list_lib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/list_lib.js b/theme/list_lib.js index e4b983703..124cd780c 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -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 '-'; } |