diff --git a/module/doc/control.php b/module/doc/control.php index 3947ea8fcb..260e11bd74 100644 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -446,9 +446,11 @@ class doc extends control { $hyperdown = $this->app->loadClass('hyperdown'); $doc->content = $hyperdown->makeHtml($doc->content); + /* Add a newline attribute to the table. */ $doc->content = str_replace("", "", $doc->content); $doc->content = str_replace("", "", $doc->content); + $doc->digest = $hyperdown->makeHtml($doc->digest); }