Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18092642
D11706.id28171.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
480 B
Referenced Files
None
Subscribers
None
D11706.id28171.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 8, 12:02 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8561336
Default Alt Text
D11706.id28171.diff (480 B)
Attached To
Mode
D11706: Remarkup: Correctly render inline embed layout
Attached
Detach File
Event Timeline
Log In to Comment