Skip to content

Commit 6a6a86d

Browse files
committed
Fix incorrect tag syntax
1 parent d162491 commit 6a6a86d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/four-point-eight/forms/misc/body_header.txp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<nav id="navigation" class="site-navigation" aria-label="<txp:text item="site_nav" />" itemscope itemtype="https://schema.org/SiteNavigationElement">
1111
<div>
1212
<txp:section_list default_title='<txp:text item="home" />' include_default wraptag="ul" break="">
13-
<if_status>
13+
<txp:if_status>
1414
<li<txp:if_section name='<txp:section />'> class="active"</txp:if_section>>
1515
<a itemprop="url" href="<txp:section url />"<txp:if_section name='<txp:section />'> aria-current="page"</txp:if_section>>
1616
<txp:section title />
@@ -22,7 +22,7 @@
2222
<txp:section title />
2323
</a>
2424
</li>
25-
</if_status>
25+
</txp:if_status>
2626
</txp:section_list>
2727

2828
<!-- links by default to form: 'search_input.txp' unless you specify a different form -->

src/templates/forms/misc/body_header.txp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<nav id="navigation" class="site-navigation" aria-label="<txp:text item="site_nav" />" itemscope itemtype="https://schema.org/SiteNavigationElement">
1111
<div>
1212
<txp:section_list default_title='<txp:text item="home" />' include_default wraptag="ul" break="">
13-
<if_status>
13+
<txp:if_status>
1414
<li<txp:if_section name='<txp:section />'> class="active"</txp:if_section>>
1515
<a itemprop="url" href="<txp:section url />"<txp:if_section name='<txp:section />'> aria-current="page"</txp:if_section>>
1616
<txp:section title />
@@ -22,7 +22,7 @@
2222
<txp:section title />
2323
</a>
2424
</li>
25-
</if_status>
25+
</txp:if_status>
2626
</txp:section_list>
2727

2828
<!-- links by default to form: 'search_input.txp' unless you specify a different form -->

0 commit comments

Comments
 (0)