Skip to content

Commit 1bf713e

Browse files
HannesWellmerks
authored andcommitted
Remove superfluous closing bracket from body element
1 parent 5fce424 commit 1bf713e

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

news/4.36/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.36/jdt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.36/pde.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.36/platform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.36/platform_isv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.37/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.37/jdt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.37/pde.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.37/platform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

news/4.37/platform_isv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<script src="../../project.js"></script>
66
</head>
77

8-
<body onload="redirect()" )></body>
8+
<body onload="redirect()"></body>
99

1010
</html>

0 commit comments

Comments
 (0)