diff --git a/src/pprint.c b/src/pprint.c index 375abb8..0b0c995 100644 --- a/src/pprint.c +++ b/src/pprint.c @@ -1158,7 +1158,7 @@ static void PPrintAttribute( TidyDocImpl* doc, uint indent, { if ( TY_(IsScript)(doc, name) ) wrappable = cfgBool( doc, TidyWrapScriptlets ); - else if (!(attrIsCONTENT(attr) || attrIsVALUE(attr) || attrIsALT(attr)) && wrapAttrs ) + else if (!(attrIsCONTENT(attr) || attrIsVALUE(attr) || attrIsALT(attr) || attrIsTITLE(attr)) && wrapAttrs ) wrappable = yes; }