Since upgrading to 3.31, though, that template will not rebuild. I finally removed the output file (latest-comments.html), and when I choose "Rebuild this template" the system hangs for several minutes before returning a blank page -- and "latest-comments.html" isn't rebuilt.
The template is simple and has worked for months. Any suggestions would be appreciated!
CODE
<MTEntries recently_commented_on="6">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;">
<b>In <a href="<$MTEntryPermalink$>"><MTEntryTitle></a></b><br />
<MTComments lastn="1">
by <$MTCommentAuthor$><br />(<$MTCommentDate format="%B %e, '%y"$>)
</p>
</MTComments>
</MTEntries>
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;">
<b>In <a href="<$MTEntryPermalink$>"><MTEntryTitle></a></b><br />
<MTComments lastn="1">
by <$MTCommentAuthor$><br />(<$MTCommentDate format="%B %e, '%y"$>)
</p>
</MTComments>
</MTEntries>
(I also tried removing all the code from the template and simply having the words "This is a placeholder" there. It still locks up on rebuild.)