mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
3bdb215adf
|
@ -603,8 +603,10 @@ $(document).ready( function() {
|
|||
break;
|
||||
default:
|
||||
$txt = $this->callHook('additionalDocumentPreview', $latestContent);
|
||||
if(is_string($txt))
|
||||
if(is_string($txt)) {
|
||||
$this->contentHeading(getMLText("preview"));
|
||||
echo $txt;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user