Page MenuHomePhabricator

D11706.diff
No OneTemporary

D11706.diff

diff --git a/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php b/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php
--- a/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php
+++ b/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php
@@ -160,7 +160,7 @@
}
return phutil_tag(
- 'div',
+ ($options['layout'] == 'inline' ? 'span' : 'div'),
array(
'class' => $layout_class,
),

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 24, 12:33 AM (19 h, 13 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6922450
Default Alt Text
D11706.diff (480 B)

Event Timeline