Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm
index b19a6eef909..ff1ec66fd27 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm
@@ -6,7 +6,7 @@
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
-<script>
+<script language="JavaScript">
function newWin(url) {
window.open(url, 'hello_world_example', 'width=400, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');}
</script>
@@ -18,4 +18,4 @@ window.open(url, 'hello_world_example', 'width=400, height=300, menubar=no, tool
<p>You will notice an asterisk in front of the file name on the tab in the <b>Editor</b> view, this tells you the file changed but has not been saved.</p>
</body>
-</html>
+</html> \ No newline at end of file

Back to the top