Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13985794
D13548.id32743.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.id32743.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
Mon, Oct 21, 10:55 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6722676
Default Alt Text
D13548.id32743.diff (776 B)
Attached To
Mode
D13548: [Redesign] Set a max-width on Graphviz
Attached
Detach File
Event Timeline
Log In to Comment