On Thu, 03 Jan 2008 00:22:31 -0500, Alan
<please_dont_mail_me (AT) example (DOT) com> wrote:
Quote:
yes, the use of child page comments in a template file is probably the
problem. But if that is solved, having two editable regions with the same
name will cause problems.
short version- things be horked big time. |
<chuckle /> Methinks you're right. It looks like the copy/paste monster
has been munching on it. One guess to fix it would be to open it in a
text editor and change this:
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<!-- InstanceBeginEditable name="head" -->
To this:
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
And change this:
<!-- InstanceEndEditable --></head>
To this:
</head>
Gary