mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
Fix xml
This commit is contained in:
parent
7a18dd8edd
commit
1e22626b78
@ -702,7 +702,7 @@ int cmCTest::UpdateDirectory()
|
||||
<< "\t\t\t<PreviousRevision>" << srevision2 << "</PreviousRevision>\n"
|
||||
<< "\t\t\t<Author>" << sauthor1<< "</Author>\n"
|
||||
<< "\t\t\t<Date>" << sdate1 << "</Date>\n"
|
||||
<< "\t\t\t<Comment>" << comment1 << "</Comment>\n"
|
||||
<< "\t\t\t<Comment>" << this->MakeXMLSafe(comment1) << "</Comment>\n"
|
||||
<< "\t\t\t<Email>" << semail1 << "</Email>\n"
|
||||
<< "\t\t</Revisions>\n"
|
||||
<< "\t\t<Revisions>\n"
|
||||
@ -710,7 +710,7 @@ int cmCTest::UpdateDirectory()
|
||||
<< "\t\t\t<PreviousRevision>" << srevision2 << "</PreviousRevision>\n"
|
||||
<< "\t\t\t<Author>" << sauthor2<< "</Author>\n"
|
||||
<< "\t\t\t<Date>" << sdate2 << "</Date>\n"
|
||||
<< "\t\t\t<Comment>" << comment2 << "</Comment>\n"
|
||||
<< "\t\t\t<Comment>" << this->MakeXMLSafe(comment2) << "</Comment>\n"
|
||||
<< "\t\t\t<Email>" << semail2 << "</Email>\n"
|
||||
<< "\t\t</Revisions>" << std::endl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user