Skip to content

Commit 720ad0e

Browse files
Update htmldoc.java
1 parent 4473299 commit 720ad0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/htmldoc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class htmldoc{
66
public static void CreateHTML(String Path,String file,String title,String metaTags,cssdoc CSS)throws FileNotFoundException{
77

88
source = new PrintStream(new File(Path + file));
9-
source.println("<!DOCTYPE html><html><head><title>"+ title +"<title>"+ metaTags + "</head><body>" );
9+
source.println("<!DOCTYPE html><html><head><title>"+ title +"<title>"+ metaTags +"<sytle>" + "</sytle>" +"</head><body>" );
1010

1111
}
1212
public static void CreateHTML(String Path,String file,String title)throws FileNotFoundException{
@@ -26,4 +26,4 @@ public static void CloseHTML()throws FileNotFoundException{
2626

2727

2828

29-
}
29+
}

0 commit comments

Comments
 (0)