Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14754018
D19260.id46112.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
574 B
Referenced Files
None
Subscribers
None
D19260.id46112.diff
View Options
diff --git a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
--- a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
+++ b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
@@ -260,9 +260,8 @@
$raw_data = $data[$image_format];
if (!is_array($raw_data)) {
- continue;
+ $raw_data = array($raw_data);
}
-
$raw_data = implode('', $raw_data);
$content = phutil_tag(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 3:23 PM (11 h, 6 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7034277
Default Alt Text
D19260.id46112.diff (574 B)
Attached To
Mode
D19260: Render directly embedded image data represented as a string in Jupyter notebooks
Attached
Detach File
Event Timeline
Log In to Comment