From 8f973a35256a07b28f6cb6b5e0415b40c69ea9ad Mon Sep 17 00:00:00 2001 From: Max Myers Date: Tue, 1 Nov 2016 11:33:40 -0400 Subject: [PATCH] Don't include a trailing slash in self-closing elements --- inc/custom-comments.php | 6 +++--- searchform.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/custom-comments.php b/inc/custom-comments.php index a4febc1..f7504d1 100644 --- a/inc/custom-comments.php +++ b/inc/custom-comments.php @@ -10,11 +10,11 @@ $html5 = current_theme_supports( 'html5', 'comment-form' ) ? 1 : 0; $fields = array( 'author' => '
' . ' ' . - '
', + '', 'email' => '
' . - '
', + '', 'url' => '
' . - '
', + '', ); return $fields; } diff --git a/searchform.php b/searchform.php index 84e7db2..1c40bf5 100644 --- a/searchform.php +++ b/searchform.php @@ -9,9 +9,9 @@