Completed
Pull Request — develop (#310)
by
unknown
64:15
created
src/PhpSpreadsheet/Writer/Html.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1411,7 +1411,7 @@
 block discarded – undo
1411 1411
                 // Taken from LibreOffice core
1412 1412
                 // https://github.com/LibreOffice/core/blob/9fc9bf3240f8c62ad7859947ab8a033ac1fe93fa/sc/source/filter/html/htmlexp.cxx#L1073-L1092
1413 1413
 
1414
-                if(isset($pSheet->getComments()[$coordinate])) {
1414
+                if (isset($pSheet->getComments()[$coordinate])) {
1415 1415
                     $html .= '<a class="comment-indicator"></a><comment>' . nl2br($pSheet->getComment($coordinate)) . '</comment>' . PHP_EOL;
1416 1416
                 }
1417 1417
 
Please login to merge, or discard this patch.