diff --git a/module/doc/control.php b/module/doc/control.php index 8aa4bf67be..f3e5f8e1ca 100644 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -1035,7 +1035,7 @@ class doc extends control } } - if(isset($doc) and $doc->type == 'text') + if(isset($doc) and ($doc->type == 'text' || $doc->type == 'article')) { /* Split content into an array. */ $content = explode("\n", $doc->content);