Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7176d4

Browse files
committedNov 10, 2017
Fix end element.
1 parent b2cddab commit c7176d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<meta http-equiv="refresh" content="0;url={{ "/MySqlConnector/" | relative_url }}">
77
</head>
88
<body>
9-
<p>Home of <a href="{{ "/MySqlConnector/" | relative_url }}">MySqlConnector</a>.<p>
9+
<p>Home of <a href="{{ "/MySqlConnector/" | relative_url }}">MySqlConnector</a>.</p>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.