Skip to content

Commit cb298e2

Browse files
committed
prettification
1 parent c7c9b95 commit cb298e2

File tree

57 files changed

+183
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+183
-190
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Angular17</title>
6-
<base href="/">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/x-icon" href="favicon.ico">
9-
</head>
10-
<body>
11-
<app-root></app-root>
12-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Angular17</title>
6+
<base href="/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
9+
</head>
10+
<body>
11+
<app-root></app-root>
12+
</body>
1313
</html>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Angular 18</title>
6-
<base href="/">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/x-icon" href="favicon.ico">
9-
</head>
10-
<body>
11-
<app-root></app-root>
12-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Angular 18</title>
6+
<base href="/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
9+
</head>
10+
<body>
11+
<app-root></app-root>
12+
</body>
1313
</html>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Angular19</title>
6-
<base href="/">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/x-icon" href="favicon.ico">
9-
</head>
10-
<body>
11-
<app-root></app-root>
12-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Angular19</title>
6+
<base href="/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
9+
</head>
10+
<body>
11+
<app-root></app-root>
12+
</body>
1313
</html>

dev-packages/e2e-tests/test-applications/browser-webworker-vite/spotlight-env-test.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ <h1>Spotlight Environment Variable Test (Vite)</h1>
1010

1111
<div id="env-vars" data-testid="env-vars">
1212
<h2>Environment Variables</h2>
13-
<div data-testid="vite-spotlight">
14-
VITE_SENTRY_SPOTLIGHT: <span id="vite-spotlight-value">Loading...</span>
15-
</div>
13+
<div data-testid="vite-spotlight">VITE_SENTRY_SPOTLIGHT: <span id="vite-spotlight-value">Loading...</span></div>
1614
<div data-testid="process-env-spotlight">
1715
process.env.SENTRY_SPOTLIGHT: <span id="process-env-value">Loading...</span>
1816
</div>

dev-packages/e2e-tests/test-applications/create-react-app/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

dev-packages/e2e-tests/test-applications/default-browser/public/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
<input type="button" value="Capture Exception" id="exception-button" />
1212

1313
<div id="navigation">
14-
1514
<a id="navigation-link" href="#navigation-target">Navigation Link</a>
1615

1716
<div id="navigation-target">Navigated Element</div>
18-
1917
</div>
2018

2119
<!-- The script tags for the bundled JavaScript files will be injected here by HtmlWebpackPlugin in build.mjs-->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<a href={{this.href}} class={{if this.isActive 'active'}} {{on 'click' this.onClick}}>
22
{{yield}}
3-
</a>
3+
</a>

dev-packages/e2e-tests/test-applications/ember-classic/app/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
55
<title>EmberClassic</title>
6-
<meta name="description" content="">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="description" content="" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
88

99
{{content-for "head"}}
1010

11-
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
12-
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/ember-classic.css">
11+
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css" />
12+
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/ember-classic.css" />
1313

1414
{{content-for "head-footer"}}
1515
</head>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<div class="app">
2-
<div class="container">
3-
<div class="box">
4-
<div class="sidebar">
5-
<div class="logo"></div>
1+
<div class='app'>
2+
<div class='container'>
3+
<div class='box'>
4+
<div class='sidebar'>
5+
<div class='logo'></div>
66
</div>
7-
<section class="content">
8-
<div class="content-container border-bottom">
7+
<section class='content'>
8+
<div class='content-container border-bottom'>
99
<h3>Sentry Instrumented Ember Application</h3>
1010
</div>
11-
<div class="nav">
11+
<div class='nav'>
1212
<Link @route='index'>Errors</Link>
1313
<Link @route='tracing'>Tracing</Link>
1414
<Link @route='replay'>Replay</Link>
1515
</div>
16-
<div class="content-container">
16+
<div class='content-container'>
1717
{{outlet}}
1818
</div>
1919
</section>
2020
</div>
2121
</div>
22-
</div>
22+
</div>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<div class="section">
1+
<div class='section'>
22
<h4>{{@title}}</h4>
3-
<div class="table">
3+
<div class='table'>
44
{{#each @rowItems as |rowItem|}}
5-
<div class="table-row">
6-
<span>{{rowItem}}</span>
7-
</div>
5+
<div class='table-row'>
6+
<span>{{rowItem}}</span>
7+
</div>
88
{{/each}}
99
</div>
10-
</div>
10+
</div>

0 commit comments

Comments
 (0)