mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
document encoding string can't contain spaces
This commit is contained in:
@@ -51,7 +51,7 @@ bool
|
||||
RideFile::writeAsXml(QFile &file, QString &err) const
|
||||
{
|
||||
(void) err;
|
||||
QDomDocument doc("GoldenCheetah 1.0");
|
||||
QDomDocument doc("GoldenCheetah-1.0");
|
||||
QDomNode xride = doc.appendChild(doc.createElement("ride"));
|
||||
QDomNode xheader = xride.appendChild(doc.createElement("header"));
|
||||
append_text(doc, xheader, "start_time", startTime_.toString("yyyy/MM/dd hh:mm:ss"));
|
||||
|
||||
Reference in New Issue
Block a user