diff --git a/module/doc/view/content.html.php b/module/doc/view/content.html.php index 2a881c9abd..1222e6aaab 100644 --- a/module/doc/view/content.html.php +++ b/module/doc/view/content.html.php @@ -109,7 +109,7 @@ -
+
status == 'draft' ? zget($users, $doc->addedBy) . " {$lang->colon} " . substr($doc->addedDate, 0, 10) . (common::checkNotCN() ? ' ' : '') . $lang->doc->createAB : zget($users, $doc->releasedBy) . " {$lang->colon} " . substr($doc->releasedDate, 0, 10) . (common::checkNotCN() ? ' ' : '') . $lang->doc->release;?>