From 70ff70f5376b52561494ed519c8449545a844934 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Thu, 17 Oct 2013 16:32:25 -0400 Subject: [PATCH] adding whitespace between the header and the markup --- plugin-name/views/admin.php | 1 + plugin-name/views/public.php | 1 + 2 files changed, 2 insertions(+) diff --git a/plugin-name/views/admin.php b/plugin-name/views/admin.php index b47e437..1698a14 100644 --- a/plugin-name/views/admin.php +++ b/plugin-name/views/admin.php @@ -12,6 +12,7 @@ * @copyright 2013 Your Name or Company Name */ ?> +
diff --git a/plugin-name/views/public.php b/plugin-name/views/public.php index c8dfa94..cdeda9d 100644 --- a/plugin-name/views/public.php +++ b/plugin-name/views/public.php @@ -12,4 +12,5 @@ * @copyright 2013 Your Name or Company Name */ ?> + \ No newline at end of file