SImplify separator inference code (#904)

This commit is contained in:
Mark Baker 2019-02-24 23:54:52 +01:00 committed by GitHub
parent c9dc1e6130
commit df1085505c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -626,6 +626,7 @@ class Worksheet extends WriterPart
if ($hyperlink->getTooltip() != '') {
$objWriter->writeAttribute('tooltip', $hyperlink->getTooltip());
$objWriter->writeAttribute('display', $hyperlink->getTooltip());
}
$objWriter->endElement();