diff options
Diffstat (limited to 'save-html.c')
-rw-r--r-- | save-html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/save-html.c b/save-html.c index 75f7542eb..f777de05d 100644 --- a/save-html.c +++ b/save-html.c @@ -37,6 +37,7 @@ void put_HTML_bookmarks(struct membuffer *b, struct dive *dive) while (ev) { put_format(b, "{\"name\":\"%s\",", ev->name); put_format(b, "\"value\":\"%d\",", ev->value); + put_format(b, "\"type\":\"%d\",", ev->type); put_format(b, "\"time\":\"%d\",},", ev->time.seconds); ev = ev->next; } |