Skip to content

Commit 7ae3d11

Browse files
committed
fix(bench): replace unsupported strong tag in benchmark sample
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 367355f commit 7ae3d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/CompilerBench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function benchComplexHtml(): void
3535
</div>
3636
<p style="font-size:10;line-height:1.5">
3737
This document has been signed by:<br/>
38-
<strong>John Doe</strong><br/>
38+
<span style="font-weight:bold">John Doe</span><br/>
3939
Date: 2026-06-01<br/>
4040
Status: <span style="color:green">Verified</span>
4141
</p>

0 commit comments

Comments
 (0)