Merge branch 'dev' into auto-save

This commit is contained in:
Andrew Manning
2018-04-07 17:48:48 -04:00
37 changed files with 928 additions and 87 deletions

View File

@@ -1615,7 +1615,7 @@ function prepare_page($item) {
// prepare_body calls unobscure() as a side effect. Do it here so that
// the template will get passed an unobscured title.
$body = prepare_body($item, true);
$body = prepare_body($item, [ 'newwin' => false ]);
if(App::$page['template'] == 'none') {
$tpl = 'page_display_empty.tpl';