Skip to content

Commit 42b1ace

Browse files
committed
valid html can have no white space before the first tag
1 parent d1c724c commit 42b1ace

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/example.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
// Initialize the diff class.
2525
// \jblond\diff
2626
$diff = new Diff($a, $b, $options);
27-
?>
28-
29-
<!DOCTYPE html>
27+
?><!DOCTYPE html>
3028
<html lang="en">
3129
<head>
3230
<meta charset="utf-8"/>

0 commit comments

Comments
 (0)