Page MenuHomePhorge

D25259.1743052518.diff
No OneTemporary

D25259.1743052518.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
Thu, Mar 27, 05:15 (1 w, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115816
Default Alt Text
D25259.1743052518.diff (549 B)

Event Timeline