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
// See options at https://tidy.sourceforge.net/docs/quickref.html
8527
8529
$config = array(
8528
8530
'clean' => false,
8529
-
'quote-marks' => false, // do not replace " that are used for real text content (not a string symbol for html attribute) into "
8531
+
// Best will be to set 'quote-marks' to false to not replace " that are used for real text content (not a string symbol for html attribute) into "
0 commit comments