replace tab with spaces

This commit is contained in:
antoine 2016-10-28 23:27:24 +02:00
parent 77ed1565c3
commit c50e3c581a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}