Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15558301
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
Wed, Apr 30, 2:03 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7703899
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