aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/crashdump_viewer_html.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/observer/src/crashdump_viewer_html.erl')
-rw-r--r--lib/observer/src/crashdump_viewer_html.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/observer/src/crashdump_viewer_html.erl b/lib/observer/src/crashdump_viewer_html.erl
index d49023f9f6..24a80b1916 100644
--- a/lib/observer/src/crashdump_viewer_html.erl
+++ b/lib/observer/src/crashdump_viewer_html.erl
@@ -726,7 +726,8 @@ atoms(SessionId,TW,Num,FirstChunk) ->
Heading = "Atoms",
case FirstChunk of
done ->
- deliver_first(SessionId,[h1(Heading),
+ deliver_first(SessionId,[start_html_page(Heading),
+ h1(Heading),
warn(TW),
"No atoms were found in log",br(),
"Total number of atoms in node was ", Num,