You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.AttrVal=parse.ReplaceMultipleWhitespace(parse.TrimWhitespace(t.AttrVal[1 : len(t.AttrVal)-1])) // quotes will be readded in attribute loop if necessary
42
+
t.AttrVal=t.AttrVal[1 : len(t.AttrVal)-1] // quotes will be readded in attribute loop if necessary
0 commit comments