Skip to content

Commit e132d7f

Browse files
author
Peter Krautzberger
committed
added missing < in the <html> tag
1 parent c59a04a commit e132d7f

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)