Skip to content

Commit 86a893c

Browse files
committed
Mark the page as English and disable automatic translation
1 parent 3862bf8 commit 86a893c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gha_logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async fn process_logs(
130130

131131
let html = format!(
132132
r###"<!DOCTYPE html>
133-
<html>
133+
<html lang="en" translate="no">
134134
<head>
135135
<title>{log_uuid} - triagebot</title>
136136
<meta charset="UTF-8">

0 commit comments

Comments
 (0)