Page MenuHomePhorge

D25539.1736648004.diff
No OneTemporary

D25539.1736648004.diff

diff --git a/src/applications/phriction/markup/PhrictionRemarkupRule.php b/src/applications/phriction/markup/PhrictionRemarkupRule.php
--- a/src/applications/phriction/markup/PhrictionRemarkupRule.php
+++ b/src/applications/phriction/markup/PhrictionRemarkupRule.php
@@ -191,7 +191,7 @@
// If the name is something meaningful to humans, we'll render this
// in text as: "Title" <link>. Otherwise, we'll just render: <link>.
- $is_interesting_name = (bool)strlen($name);
+ $is_interesting_name = phutil_nonempty_string($name);
$target = idx($document_map, $key, null);

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 02:13 (6 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111677
Default Alt Text
D25539.1736648004.diff (606 B)

Event Timeline