* Finish task #8264.

This commit is contained in:
tianshujie98
2020-11-04 10:05:51 +08:00
parent 47aa8bd9b5
commit 1dd736e9ed
+2
View File
@@ -445,6 +445,8 @@ class doc extends control
{
$hyperdown = $this->app->loadClass('hyperdown');
$doc->content = $hyperdown->makeHtml($doc->content);
$doc->content = str_replace("<th>", "<th style='word-break: break-word;'>", $doc->content);
$doc->content = str_replace("<td>", "<td style='word-break: break-word;'>", $doc->content);
$doc->digest = $hyperdown->makeHtml($doc->digest);
}