Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15416086
D13548.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
776 B
Referenced Files
None
Subscribers
None
D13548.id.diff
View Options
diff --git a/src/infrastructure/markup/interpreter/PhabricatorRemarkupGraphvizBlockInterpreter.php b/src/infrastructure/markup/interpreter/PhabricatorRemarkupGraphvizBlockInterpreter.php
--- a/src/infrastructure/markup/interpreter/PhabricatorRemarkupGraphvizBlockInterpreter.php
+++ b/src/infrastructure/markup/interpreter/PhabricatorRemarkupGraphvizBlockInterpreter.php
@@ -42,12 +42,13 @@
return '<'.$file->getBestURI().'>';
}
- return phutil_tag(
+ $img = phutil_tag(
'img',
array(
'src' => $file->getBestURI(),
'width' => nonempty($width, null),
));
+ return phutil_tag_div('phabricator-remarkup-embed-image-full', $img);
}
// TODO: This is duplicated from PhabricatorEmbedFileRemarkupRule since they
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 9:12 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7221603
Default Alt Text
D13548.id.diff (776 B)
Attached To
Mode
D13548: [Redesign] Set a max-width on Graphviz
Attached
Detach File
Event Timeline
Log In to Comment