1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 08:15:48 +02:00

Fix Chkpii errors from Bug 90688

This commit is contained in:
David Daoust 2005-06-22 18:23:39 +00:00
parent f964f14e19
commit e4f615ddbd
2 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<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">
<title>CDT Programmer's Guide</title>
</head>
@ -56,4 +57,4 @@ refer to that binding.<br>
the TextEdits required to accomplish changes to the AST.<br>
</p>
</body>
</html>
</html>

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1"
type="text/css">
<title>CDT Programmer's Guide</title>
</head>
<body>
<h1>CDT Programmer's Guide</h1>
<p>Welcome to the wacky world of CDT plug-in programming.<br>
</p>
<h1>CDT Programmer's Guide<br>
</h1>
</body>
</html>
</html>