diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 6a6176cf7..2b5a87ec5 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -3941,7 +3941,7 @@ int cmCTest::GenerateDartNotesOutput(std::ostream& os, const cmCTest::tm_VectorO { std::cout << "\tAdd file: " << it->c_str() << std::endl; std::string note_time = ::CurrentTime(); - os << "\n" + os << "MakeXMLSafe(it->c_str()) << "\">\n" << "" << note_time << "\n" << "" << std::endl; std::ifstream ifs(it->c_str());