diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-10 19:32:59 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-10 19:32:59 +0100 |
| commit | c6ae95b9ba4dd275a88cd6d757d91eb6ee14d3e7 (patch) | |
| tree | ec6765b3cb2aac4bec0d7c9d97240424c528ee70 /templates | |
| parent | 15d16c7025a3947379cbc7a0d1a359238cf3d6f1 (diff) | |
| download | contact-c6ae95b9ba4dd275a88cd6d757d91eb6ee14d3e7.tar.gz contact-c6ae95b9ba4dd275a88cd6d757d91eb6ee14d3e7.tar.bz2 contact-c6ae95b9ba4dd275a88cd6d757d91eb6ee14d3e7.zip | |
Missplaced </h1> tag
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/contact_header.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/contact_header.tpl b/templates/contact_header.tpl index 62cef4c..0184bf9 100644 --- a/templates/contact_header.tpl +++ b/templates/contact_header.tpl @@ -14,7 +14,8 @@ {$pageInfo.surname} {else} *} {$pageInfo.title} -{* {/if}</h1> *} +{* {/if} *} + </h1> <div class="description">{$pageInfo.description}</div> </div> {* end .header *} |
