Page MenuHomePhorge

D25153.1737224105.diff
No OneTemporary

D25153.1737224105.diff

diff --git a/src/view/phui/PHUITagView.php b/src/view/phui/PHUITagView.php
--- a/src/view/phui/PHUITagView.php
+++ b/src/view/phui/PHUITagView.php
@@ -126,7 +126,7 @@
}
protected function getTagName() {
- return strlen($this->href) ? 'a' : 'span';
+ return phutil_nonempty_string($this->href) ? 'a' : 'span';
}
public function setContextObject($context_object) {

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 18:15 (18 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127332
Default Alt Text
D25153.1737224105.diff (386 B)

Event Timeline