From ea171eac210aeb73c33f713445af25153c2471e4 Mon Sep 17 00:00:00 2001 From: Joshua P Panter Date: Fri, 5 Jan 2018 12:54:06 -0500 Subject: [PATCH] adjust javascript insertion --- title-refetch/plugin.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/title-refetch/plugin.php b/title-refetch/plugin.php index 7e5b9fe..26038ae 100644 --- a/title-refetch/plugin.php +++ b/title-refetch/plugin.php @@ -3,7 +3,7 @@ Plugin Name: Title Refetch Plugin URI: https://github.com/joshp23/YOURLS-title-refetch Description: Refetch poorly defined titles -Version: 1.2.1 +Version: 1.2.2 Author: Josh Panter Author URI: https://unfettered.net */ @@ -73,8 +73,10 @@ function title_refetch_css( $context ) { foreach($context as $k): // If we are on the index page, use this css code for the button if( $k == 'index' ): - echo "" ; - echo ""; + echo "\n\n"; + echo "\n" ; + echo "\n"; + echo "\n\n"; endif; endforeach; }