diff --git a/claude_code_log/html/assistant_formatters.py b/claude_code_log/html/assistant_formatters.py
index c4a420e5..cbfe41d0 100644
--- a/claude_code_log/html/assistant_formatters.py
+++ b/claude_code_log/html/assistant_formatters.py
@@ -31,12 +31,10 @@ def format_assistant_text_content(
) -> str:
"""Format assistant text content as HTML.
- When `items` is set, iterates through the content items preserving order:
+ Iterates through content.items preserving order:
- TextContent: Rendered as markdown with collapsible support
- ImageContent: Rendered as inline tag with base64 data URL
- Falls back to legacy text-only behavior when `items` is None.
-
Args:
content: AssistantTextContent with text/items to render
line_threshold: Number of lines before content becomes collapsible
diff --git a/claude_code_log/html/templates/transcript.html b/claude_code_log/html/templates/transcript.html
index b531c688..3957cfe7 100644
--- a/claude_code_log/html/templates/transcript.html
+++ b/claude_code_log/html/templates/transcript.html
@@ -102,7 +102,7 @@