diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-27 15:00:50 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-27 15:00:50 +0000 |
| commit | 3f9237878b44bf3f4e7a09c148d54c3fbe5c7d8d (patch) | |
| tree | a32eb3d4a2a9875a3735b6bd7a2b5b8c071abe77 /templates | |
| parent | 086f0e2af7733621d86dfb4a369e938087b5fac0 (diff) | |
| download | wiki-3f9237878b44bf3f4e7a09c148d54c3fbe5c7d8d.tar.gz wiki-3f9237878b44bf3f4e7a09c148d54c3fbe5c7d8d.tar.bz2 wiki-3f9237878b44bf3f4e7a09c148d54c3fbe5c7d8d.zip | |
Namespace changes and short array style
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/page_history.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_history.tpl b/templates/page_history.tpl index 8590e25..ee3a480 100755 --- a/templates/page_history.tpl +++ b/templates/page_history.tpl @@ -9,7 +9,7 @@ <h2>{tr}Version{/tr} {$version}</h2> {/if} - {if $smarty.request.preview} + {if $smarty.request.preview ?? false} {include file="bitpackage:wiki/show_page.tpl"} {/if} |
