I’m doing something wrong, but I can’t work out what :/
I am getting the following error on saving the template:
The following tags raised warnings.
{exp:channel …
* No closing tag found. Note: some tags do not require closing.
* Please consult the module's documentation if you experience problems.
To my eyes all the channel tags have closing tags. Am I missing one?
All on the page is working fine, except the first 'qanda' entry isn't appearing (entry_id 22)
{exp:channel:entries channel="pages" entry_id="8" disable="pagination" limit="1"}
{embed="includes/doctype"}
<title>{seotitle}</title>
{if seodescription}<meta name="description" content="{seodescription}">{/if}
{embed="includes/head"}
<body>
<div id="wrap">
<div id="wrap-inner">
<div id="header">
<a href="/">/images/site/logos/logo-ate.png</a>
</div><!--header-->
<div id="feature-ate"><!--CHANGE TO FEATURE HOME-->
{embed="includes/primarynav"}
{if tagline}<div id="tagline"><span>"{tagline}"</span></div>{/if}
</div><!--feature-ate-->
<div id="int2col-rsidebar">
<div id="leftmain">
<ul id="breadcrumb" class="bc-purple">
<li><a href="#tab1">What is ATE</a></li>
<li><a href="#tab2">Our Advice & Support</a></li>
<li><a href="#tab3">Areas of Law</a></li>
<li><a href="#tab4">Premium Recoverability</a></li>
</ul>
<div id="content">
{article}
<!--content--></div>
</div><!--leftmain-->
<div id="rightsidebar">
<div id="qa-ate">
<div id="sidebar-offset-left"></div>
<h2>Q and A</h2>
<p> <div class="qa-accordion" id="list1b"><br />
{exp:channel:entries channel="qanda" entry_id="22" disable="pagination" limit="1"}<br />
<a>{question}</a><br />
<div class="qa-content"><br />
{answer}<br />
</div><!--qa-content--><br />
{/exp:channel:entries}</p>
<p> {exp:channel:entries channel="qanda" entry_id="23" disable="pagination" limit="1"}<br />
<a>{question}</a><br />
<div class="qa-content"><br />
{answer}<br />
</div><!--qa-content--><br />
{/exp:channel:entries}</p>
<p> {exp:channel:entries channel="qanda" entry_id="24" disable="pagination" limit="1"}<br />
<a>{question}</a><br />
<div class="qa-content"><br />
{answer}<br />
</div><!--qa-content--><br />
{/exp:channel:entries}</p>
<p> {exp:channel:entries channel="qanda" entry_id="25" disable="pagination" limit="1"}<br />
<a>{question}</a><br />
<div class="qa-content"><br />
{answer}<br />
</div><!--qa-content--><br />
{/exp:channel:entries}</p>
<p> </div><!--basic--> <br />
</div><!--qa-ate--></p>
<p> </div><!--rightsidebar--><br />
<br />
<br class="clear" ><br />
</div><!--int2col--><br />
</div><!--wrap-inner--><br />
{embed="includes/footer"}<br />
</div><!--wrap--><br />
</body><br />
</html><br />
{/exp:channel:entries}IF anyone could take I look i’d be so grateful.
Thanks
Si