diff --git a/GSWeb.framework/GSWHTMLDynamicElement.m b/GSWeb.framework/GSWHTMLDynamicElement.m
index 53b74b2..00fd935 100644
--- a/GSWeb.framework/GSWHTMLDynamicElement.m
+++ b/GSWeb.framework/GSWHTMLDynamicElement.m
@@ -115,8 +115,10 @@ attributeAssociations:(NSDictionary*)attributeAssociations
length:1];
associationValue=[NSString stringWithFormat:@"%@",associationValue];
// Parser remove "";
- if ([associationValue hasPrefix:@"\""])
+ if (![associationValue hasPrefix:@"\""])
associationValue=[NSString stringWithFormat:@"\"%@\"",associationValue];
+ NSDebugMLLog(@"gswdync",@"'associationValue'='%@'",
+ associationValue);
[htmlBareStrings addObject:associationValue];
[elementsMap appendBytes:&ElementsMap_htmlBareString
length:1];