QUOTE
Build error in template 'Biography Index': Error in tag: You used an 'MTEntryTitle' tag outside of the context of an entry; perhaps you mistakenly placed it outside of an 'MTEntries' container?
Any ideas why this isn't rebuilding? My code is below:
CODE
<? include("../_inc/doctype.txt") ?>
<title>Some Website / Biography / <$MTEntryTitle$></title>
<? include("../_inc/meta.txt") ?>
<? include("../_inc/nonstandard.txt") ?>
<div id="container">
<? include("../_inc/logomenu_inner.txt") ?>
<div id="contentwrap">
<!-- CONTENT -->
<div id="contentcenter">
<div class="inside">
<MTEntries>
<h4><$MTEntryTitle$></h4>
<$MTEntryBody$>
</MTEntries>
</div></div><!-- CONTENT close -->
<!-- RIGHT SIDEBAR -->
<div id="contentright">
<div class="inside">
<ul>
<li><MTEntries sort_by="title" sort_order="descend"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></MTEntries></li>
</ul>
<div class="dotted"></div>
<p><span class="tools">Download <$MTEntryTitle$>'s biography:</span><br />
<img src="/_img/download_txt.gif" width="22" height="24">
<img src="../_img/download_pdf.gif" width="23" height="24">
</p>
<div class="dotted"></div>
</div></div><!-- RIGHT SIDEBAR close -->
<? include("../_inc/footer_inner.txt") ?>
</div><!-- close contentwrap -->
</div><!-- close container -->
</body>
</html>
<title>Some Website / Biography / <$MTEntryTitle$></title>
<? include("../_inc/meta.txt") ?>
<? include("../_inc/nonstandard.txt") ?>
<div id="container">
<? include("../_inc/logomenu_inner.txt") ?>
<div id="contentwrap">
<!-- CONTENT -->
<div id="contentcenter">
<div class="inside">
<MTEntries>
<h4><$MTEntryTitle$></h4>
<$MTEntryBody$>
</MTEntries>
</div></div><!-- CONTENT close -->
<!-- RIGHT SIDEBAR -->
<div id="contentright">
<div class="inside">
<ul>
<li><MTEntries sort_by="title" sort_order="descend"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></MTEntries></li>
</ul>
<div class="dotted"></div>
<p><span class="tools">Download <$MTEntryTitle$>'s biography:</span><br />
<img src="/_img/download_txt.gif" width="22" height="24">
<img src="../_img/download_pdf.gif" width="23" height="24">
</p>
<div class="dotted"></div>
</div></div><!-- RIGHT SIDEBAR close -->
<? include("../_inc/footer_inner.txt") ?>
</div><!-- close contentwrap -->
</div><!-- close container -->
</body>
</html>