We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645d65f commit c973fefCopy full SHA for c973fef
ext/tidy/tests/004.phpt
@@ -6,7 +6,7 @@ tidy_diagnose()
6
<?php
7
$a = tidy_parse_string('<HTML></HTML>');
8
var_dump(tidy_diagnose($a));
9
-echo tidy_get_error_buffer($a);
+echo str_replace("\r", "", tidy_get_error_buffer($a));
10
11
$html = <<< HTML
12
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
0 commit comments