Skip to content

Commit dc5b41d

Browse files
author
Sanders Kleinfeld
committed
Merge pull request #114 from pkra/patch-1
added missing < in the <html> tag
2 parents c59a04a + e132d7f commit dc5b41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/htmlbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22

3-
html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
<html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.w3.org/1999/xhtml ../schema/htmlbook.xsd"
55
xmlns="http://www.w3.org/1999/xhtml">
66

0 commit comments

Comments
 (0)