Skip to content

Commit adda2fc

Browse files
committed
fix in readme.md
1 parent 2e022db commit adda2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ echo $xml->fromArray($in)->toOutput();
9090
$xml = new XmlConstructor([
9191
// Indent each line in the XML document. 4 space by default.
9292
'indentString' => ' ',
93-
// Header document tag. "<?xml version="1.0" encoding="UTF-8"?&gt;" by default.
93+
// Header document tag. "<?xml version="1.0" encoding="UTF-8"?\>" by default.
9494
'startDocument' => [
9595
// version
9696
'1.0',

0 commit comments

Comments
 (0)