From 265df6c29f4d142a372917dd708bfba780f7cfbc Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 7 Jan 2025 14:13:15 +0100 Subject: Remove closing slashes from img tags (#5665) --- tools/test-helper/src/extension.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/test-helper/src/extension.ts b/tools/test-helper/src/extension.ts index 2e2b7d21..b98b4bad 100644 --- a/tools/test-helper/src/extension.ts +++ b/tools/test-helper/src/extension.ts @@ -474,7 +474,7 @@ function getWebviewContent( data-vscode-context='{"webviewSection":"png"}' src="${webViewSrcs.png}" alt="Placeholder" - /> + >
@@ -484,7 +484,7 @@ function getWebviewContent( data-vscode-context='{"webviewSection":"ref"}' src="${webViewSrcs.ref}" alt="Placeholder" - /> + >
${stdoutHtml} -- cgit v1.2.3