Skip to content

Commit 16925cb

Browse files
committed
#6 test error
1 parent c61d107 commit 16925cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpProject/Writer/GanttProject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function save ($pFilename)
6969
$oXML = new XMLWriter(XMLWriter::STORAGE_DISK);
7070
$oXML->startDocument('1.0', 'UTF-8');
7171
// project
72-
$oXML->startElement('project');
72+
$oXML->startElement('projectAA');
7373
if (isset($arrProjectInfo['date_start']) && $arrProjectInfo['date_start'] != 0) {
7474
$oXML->writeAttribute('view-date', date('Y-m-d', $arrProjectInfo['date_start']));
7575
}

0 commit comments

Comments
 (0)