Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17993447
D14354.id34649.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
526 B
Referenced Files
None
Subscribers
None
D14354.id34649.diff
View Options
diff --git a/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php b/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php
--- a/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php
+++ b/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php
@@ -157,7 +157,8 @@
$out[] = "\n";
}
- return phutil_tag('table', $table_attributes, $out);
+ $table = phutil_tag('table', $table_attributes, $out);
+ return phutil_tag_div('remarkup-table-wrap', $table);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 3, 2:25 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8870846
Default Alt Text
D14354.id34649.diff (526 B)
Attached To
Mode
D14354: Add scroll wrapper for big tables
Attached
Detach File
Event Timeline
Log In to Comment