From c60e8c9e9985d6a46c4e755553bd8ef4cd7d441d Mon Sep 17 00:00:00 2001 From: =?utf8?q?L=C3=A9o=20Colombaro?= Date: Sat, 5 Mar 2016 19:14:40 +0100 Subject: [PATCH] Merge duplicate HTML elements --- admin/tools.php | 8 +++----- includes/functions-html.php | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/admin/tools.php b/admin/tools.php index 6073040..8858cc9 100644 --- a/admin/tools.php +++ b/admin/tools.php @@ -8,8 +8,7 @@ yourls_html_menu(); ?> -
-
+

@@ -330,9 +329,8 @@

API documentation for more', YOURLS_SITE . '/readme.html#API' ); ?>

- -
-
+ + diff --git a/includes/functions-html.php b/includes/functions-html.php index f50f60e..3473f81 100644 --- a/includes/functions-html.php +++ b/includes/functions-html.php @@ -143,13 +143,13 @@ function yourls_html_footer() { $num_queries = sprintf( yourls_n( '1 query', '%s queries', $ydb->num_queries ), $ydb->num_queries ); ?> - +

';
 		echo join( "\n", $ydb->debug_log );
-- 
2.45.0