mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Fix Chkpii errors from Bug 90688
This commit is contained in:
parent
f964f14e19
commit
e4f615ddbd
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1"
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<link rel="STYLESHEET" href="../../book.css"
|
||||||
type="text/css">
|
type="text/css">
|
||||||
<title>CDT Programmer's Guide</title>
|
<title>CDT Programmer's Guide</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -56,4 +57,4 @@ refer to that binding.<br>
|
||||||
the TextEdits required to accomplish changes to the AST.<br>
|
the TextEdits required to accomplish changes to the AST.<br>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,13 +1,13 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1"
|
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1"
|
||||||
type="text/css">
|
type="text/css">
|
||||||
<title>CDT Programmer's Guide</title>
|
<title>CDT Programmer's Guide</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>CDT Programmer's Guide</h1>
|
<h1>CDT Programmer's Guide<br>
|
||||||
<p>Welcome to the wacky world of CDT plug-in programming.<br>
|
</h1>
|
||||||
</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue