summaryrefslogtreecommitdiff
path: root/templates/page_header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page_header.tpl')
-rwxr-xr-xtemplates/page_header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_header.tpl b/templates/page_header.tpl
index d358562..5e37b2a 100755
--- a/templates/page_header.tpl
+++ b/templates/page_header.tpl
@@ -2,7 +2,7 @@
{if $gBitSystem->isFeatureActive( 'wiki_page_title' )}
<h1>{$gContent->mInfo.title|escape}</h1>
{/if}
- {if $gBitSystem->isFeatureActive( 'wiki_description' ) and $gContent->mInfo.summary}
+ {if $gBitSystem->isFeatureActive( 'wiki_description' ) && $gContent->mInfo.summary}
<p>{$gContent->mInfo.summary|escape}</p>
{/if}
{/strip}{/capture}