@@ -1411,7 +1411,7 @@ |
||
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($comment) . '</comment>' . PHP_EOL; |
1416 | 1416 | } |
1417 | 1417 |