OSDN Git Service

HTML comment in HTML report files is now using correct syntax.
authorcs <cs@e1914e07-63f8-0310-9059-d6d858d7cdca>
Tue, 21 May 2002 11:58:09 +0000 (11:58 +0000)
committercs <cs@e1914e07-63f8-0310-9059-d6d858d7cdca>
Tue, 21 May 2002 11:58:09 +0000 (11:58 +0000)
git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@139 e1914e07-63f8-0310-9059-d6d858d7cdca

docs/en/index.sgml.in
taskjuggler/ReportHtml.cpp

index b24e55f..39e530c 100644 (file)
@@ -107,6 +107,8 @@ contain functions as well. Currently there is support for 'istask',
 <item>Added new example project to illustrate the use of export in big
 projects that are split into sub projects.
 
+<item>HTML comment in HTML report files is now using correct syntax.
+
 </itemize>
 <p>
 
index f5bfc79..2117d37 100644 (file)
@@ -351,7 +351,7 @@ void
 ReportHtml::reportHTMLHeader()
 {
        s << "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">" << endl
-         << "<! Generated by TaskJuggler v"VERSION">"
+         << "<!-- Generated by TaskJuggler v"VERSION"-->"
          << "<html>" << endl
          << "<head>" << endl
          << "<title>Task Report</title>" << endl