Skip to content

Commit

Permalink
[core] Normalize issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 5, 2024
1 parent cc20ad9 commit 094abbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions bug-reproductions/x-data-grid/public/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>DataGridProDemo demo — MUI X</title>
<title>DataGrid — MUI X</title>
<!-- Fonts to support Material Design -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap"
/>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<!-- Icons to support Material Design -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
</head>
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/template.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<title>Playwright end-to-end test</title>
<meta charset="utf-8" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<style>
body {
background-color: white;
Expand Down
4 changes: 2 additions & 2 deletions test/regressions/template.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<title>vrtest</title>
<meta charset="utf-8" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<style>
body {
background-color: white;
Expand Down

0 comments on commit 094abbc

Please sign in to comment.