Skip to content

Commit 605bf9e

Browse files
committed
Html cleanups
Contributes to #3275 . Hanldes o.e.jdt.doc.user/reference/menus.
1 parent a55006c commit 605bf9e

18 files changed

Lines changed: 182 additions & 184 deletions

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/book.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,19 @@ p.nav_footer a {
2323

2424
span.token {
2525
color: green
26+
}
27+
28+
table.border {
29+
border: 1px solid;
30+
border-collapse: collapse;
31+
}
32+
table.border th,
33+
table.border td {
34+
border: 1px solid;
35+
}
36+
37+
table.edged, tr, th, td {
38+
border: 1px solid;
39+
border-collapse: separate;
40+
border-style: inset;
2641
}

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-add_class_load_breakpoint.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
87
<title>Add Class Load Breakpoint</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-addwatch.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
87
<title>Watch Expression</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-debug_as.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
87
<title>Debug As</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-debug_history.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
87
<title>Debug History</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-dll_debug.htm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
7+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
98
<title>Debug Last Launched / Debug</title>
109
</head>
1110
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-menu-run.htm

Lines changed: 117 additions & 118 deletions
Large diffs are not rendered by default.

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-open_debug_dialog.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
87
<title>Open Debug Dialog</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-open_run_dialog.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
87
<title>Open Run Dialog</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/menus/run/ref-rll_run.htm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
8-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../../../book.css" type="text/css">
7+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
98
<title>Run Last Launched / Run</title>
109
</head>
1110
<body>

0 commit comments

Comments
 (0)