|
9 | 9 | {/if} |
10 | 10 | {/if} |
11 | 11 |
|
12 | | - <title>{if $pageTitle}{@$pageTitle} - {/if}{PAGE_TITLE|phrase}</title> |
| 12 | + <title>{if $pageTitle}{unsafe:$pageTitle} - {/if}{PAGE_TITLE|phrase}</title> |
13 | 13 |
|
14 | 14 | {include file='headInclude'} |
15 | 15 |
|
|
18 | 18 | {/if} |
19 | 19 |
|
20 | 20 | {if !$headContent|empty} |
21 | | - {@$headContent} |
| 21 | + {unsafe:$headContent} |
22 | 22 | {/if} |
23 | 23 | </head> |
24 | 24 |
|
25 | 25 | <body id="tpl_{$templateNameApplication}_{$templateName}" |
26 | 26 | itemscope itemtype="http://schema.org/WebPage"{if !$canonicalURL|empty} itemid="{$canonicalURL}"{/if} |
27 | | - data-template="{$templateName}" data-application="{$templateNameApplication}"{if $__wcf->getActivePage() != null} data-page-id="{@$__wcf->getActivePage()->pageID}" data-page-identifier="{$__wcf->getActivePage()->identifier}"{/if} |
28 | | - {if !$__pageDataAttributes|empty}{@$__pageDataAttributes}{/if} |
| 27 | + data-template="{$templateName}" data-application="{$templateNameApplication}"{if $__wcf->getActivePage() != null} data-page-id="{$__wcf->getActivePage()->pageID}" data-page-identifier="{$__wcf->getActivePage()->identifier}"{/if} |
| 28 | + {if !$__pageDataAttributes|empty}{unsafe:$__pageDataAttributes}{/if} |
29 | 29 | class="authFlow{if $__wcf->getActivePage() != null && $__wcf->getActivePage()->cssClassName} {$__wcf->getActivePage()->cssClassName}{/if}{if !$__pageCssClassName|empty} {$__pageCssClassName}{/if}"> |
30 | 30 |
|
31 | 31 | <span id="top"></span> |
|
49 | 49 | </header> |
50 | 50 | </div> |
51 | 51 |
|
52 | | - <section id="main" class="main" role="main"{if !$__mainItemScope|empty} {@$__mainItemScope}{/if}> |
| 52 | + <section id="main" class="main" role="main"{if !$__mainItemScope|empty} {unsafe:$__mainItemScope}{/if}> |
53 | 53 | <div class="layoutBoundary"> |
54 | 54 | <div id="content" class="content"> |
55 | 55 | {if $__disableContentHeader|empty} |
56 | 56 | {if !$contentHeader|empty} |
57 | | - {@$contentHeader} |
| 57 | + {unsafe:$contentHeader} |
58 | 58 | {else} |
59 | 59 | {if $contentTitle|empty} |
60 | 60 | {if $__wcf->isLandingPage() && USE_PAGE_TITLE_ON_LANDING_PAGE} |
|
68 | 68 | {if !$contentTitle|empty} |
69 | 69 | <header class="contentHeader"> |
70 | 70 | <div class="contentHeaderTitle"> |
71 | | - <h1 class="contentTitle">{@$contentTitle}{if !$contentTitleBadge|empty} {@$contentTitleBadge}{/if}</h1> |
72 | | - {if !$contentDescription|empty}<p class="contentHeaderDescription">{@$contentDescription}</p>{/if} |
| 71 | + <h1 class="contentTitle">{unsafe:$contentTitle}{if !$contentTitleBadge|empty} {unsafe:$contentTitleBadge}{/if}</h1> |
| 72 | + {if !$contentDescription|empty}<p class="contentHeaderDescription">{unsafe:$contentDescription}</p>{/if} |
73 | 73 | </div> |
74 | 74 | </header> |
75 | 75 | {/if} |
|
0 commit comments