replace tab with spaces
This commit is contained in:
parent
77ed1565c3
commit
c50e3c581a
|
|
@ -171,7 +171,7 @@ class Styles extends AbstractPart
|
|||
$xmlWriter->writeAttribute('w:val', $styleLink);
|
||||
$xmlWriter->endElement();
|
||||
} else if (!is_null($paragraphStyle)) {
|
||||
// if type is 'paragraph' it should have a styleId
|
||||
// if type is 'paragraph' it should have a styleId
|
||||
$xmlWriter->writeAttribute('w:styleId', $styleName);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue