diff --git a/public/packets.js b/public/packets.js
index 2b55fd3..e3543c4 100644
--- a/public/packets.js
+++ b/public/packets.js
@@ -475,13 +475,12 @@
Path${pathHops.length ? renderPath(pathHops) : '—'}
${pathHops.length ? `` : ''}
+
${hasRawHex ? `${buildHexLegend(ranges)}
${createColoredHexDump(pkt.raw_hex, ranges)}
` : ''}
${hasRawHex ? buildFieldTable(pkt, decoded, pathHops, ranges) : buildDecodedTable(decoded)}
-
-
`;
// Wire up replay button