Page MenuHomePhorge

D25259.1737191672.diff
No OneTemporary

D25259.1737191672.diff

diff --git a/src/infrastructure/markup/blockrule/PhutilRemarkupTableBlockRule.php b/src/infrastructure/markup/blockrule/PhutilRemarkupTableBlockRule.php
--- a/src/infrastructure/markup/blockrule/PhutilRemarkupTableBlockRule.php
+++ b/src/infrastructure/markup/blockrule/PhutilRemarkupTableBlockRule.php
@@ -114,7 +114,7 @@
if ($cell->isContentNode()) {
$content = $node->getContent();
- if (!strlen(trim($content))) {
+ if ($content === null || trim($content) === '') {
continue;
}

File Metadata

Mime Type
text/plain
Expires
Jan 18 2025, 09:14 (5 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115816
Default Alt Text
D25259.1737191672.diff (549 B)

Event Timeline