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->writeAttribute('w:val', $styleLink);
|
||||||
$xmlWriter->endElement();
|
$xmlWriter->endElement();
|
||||||
} else if (!is_null($paragraphStyle)) {
|
} 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);
|
$xmlWriter->writeAttribute('w:styleId', $styleName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user