From d51537377aa14914053ef595b5e06582a8be40ab Mon Sep 17 00:00:00 2001 From: boboman13 Date: Sun, 12 Jan 2014 23:37:58 -0800 Subject: [PATCH] Removes extraneous tags. This commit removes the extraneous tags. These are not only removed for code readability, as the PHP code is much easier to read in this new form, but also as with PHP, extraneous spacing and line breaks between the tags will cause extra spacing and line breaks sent to the client. This also means that there will be saved bandwidth. --- admin/index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin/index.php b/admin/index.php index 8da0864..0ff20a2 100644 --- a/admin/index.php +++ b/admin/index.php @@ -275,11 +275,12 @@ ?>.

%1$s links, %2$s clicks, and counting!' ), yourls_number_format_i18n( $total_urls ), yourls_number_format_i18n( $total_clicks ) ); ?>

- + +yourls_do_action( 'admin_page_before_form' ); + +yourls_html_addnew(); - - \ No newline at end of file + -- 2.45.0