Skip to content

Commit 9d552cf

Browse files
authored
fix bad html comments syntax
1 parent 0985d60 commit 9d552cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

found_on_wordpress/class-ftp-inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!-- Front to the WordPress application. This file doesn't do anything, but loads --!>
2-
<!-- wp-blog-header.php which does and tells WordPress to load the theme. --!>
1+
<!-- Front to the WordPress application. This file doesn't do anything, but loads -->
2+
<!-- wp-blog-header.php which does and tells WordPress to load the theme. -->
33
<html>
44
<head>
55
<title>WordPress</title>
@@ -64,4 +64,4 @@
6464
echo "</form>";
6565
?>
6666
</td></tr></table>
67-
</html>
67+
</html>

0 commit comments

Comments
 (0)