diff --git a/source/HTML.cpp b/source/HTML.cpp
index e0e2053..b2d7b67 100644
--- a/source/HTML.cpp
+++ b/source/HTML.cpp
@@ -184,6 +184,11 @@ void ToHTML::NewLine() const noexcept {
Write("
");
Write(Instance.TimeStampStyle);
Write(GetSimpleTime());
+ Write("|");
+ if (Instance.CurrentIntent != Intent::Ignore)
+ Write(Instance.IntentStyle[int(Instance.CurrentIntent)].prefix);
+ else
+ Write(" ");
Write("| ");
auto tabs = Instance.GetTabs();
@@ -214,7 +219,7 @@ void ToHTML::WriteHeader() const {
/// Write file footer - just the official shutdown timestamp
void ToHTML::WriteFooter() const {
- Write("