Skip to content

Commit e434437

Browse files
committed
Fix replacement column not showing (escape HTML)
1 parent b48d649 commit e434437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ <h3>Sanitized</h3>
11801180
<tr>
11811181
<td><span class="detection-type type-${d.type}">${d.type}</span></td>
11821182
<td><code>${escapeHtml(d.text)}</code></td>
1183-
<td><code>${d.placeholder}</code></td>
1183+
<td><code>${escapeHtml(d.placeholder)}</code></td>
11841184
<td>
11851185
<div class="confidence">
11861186
<div class="confidence-bar">

0 commit comments

Comments
 (0)