Jeff, Thanks for catching this. It's being fixed for the final release.
Respectfully, Adam Phillip Churvis Member of Team Macromedia http://www.ProductivityEnhancement.com Download Plum and other cool development tools, and get advanced intensive Master-level training: * C# & ASP.NET for ColdFusion Developers * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 ----- Original Message ----- From: "Jeff Fleitz" <[EMAIL PROTECTED]> To: "[email protected]" <[email protected]> Sent: Monday, January 03, 2005 1:13 PM Subject: [plum] Problem with CreateMetaTag > There seems to be a bug in the CreateMetaTag tag. I added the following > in my header.cfm template. > > <cf_CreateMetaTag metaTagName="pragma">no-cache</cf_CreateMetaTag> > > > When it is generated in IE, the closing bracket is missing (see below), > which causes all sorts of problems, like qForms not loading, etc. It > took me a while to track this one down. > > <meta name="pragma" content="no-cache" > > > It does not seem to affect Firefox. > > I changed the line below in the CreateMetaTag file to include a closing > bracket (3rd character from the right) and it seems to work now. > > <cfhtmlhead text="<meta name=""#Attributes.metaTagName#"" > content=""#ThisTag.GeneratedContent#"">"> > > > Jeff > > > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
