Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15392294
D19260.id46106.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.id46106.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
Sun, Mar 16, 2:21 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7589978
Default Alt Text
D19260.id46106.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