Page MenuHomePhorge

D25539.1734730588.diff
No OneTemporary

D25539.1734730588.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
Fri, Dec 20, 21:36 (7 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1021121
Default Alt Text
D25539.1734730588.diff (606 B)

Event Timeline