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
Sat, Jan 18, 09:14 (3 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115816
Default Alt Text
D25259.1737191672.diff (549 B)

Event Timeline