diff --git a/config.php b/config.php index 464d2ae..101ae55 100644 --- a/config.php +++ b/config.php @@ -21,5 +21,3 @@ $config['excerpt_length'] = 50; // The pages excerpt length (in words) $config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_setting }} in a theme */ - -?> \ No newline at end of file diff --git a/index.php b/index.php index 1428555..78fcd10 100644 --- a/index.php +++ b/index.php @@ -12,5 +12,3 @@ require(ROOT_DIR .'vendor/autoload.php'); require(LIB_DIR .'markdown.php'); require(LIB_DIR .'pico.php'); $pico = new Pico(); - -?> \ No newline at end of file diff --git a/lib/markdown.php b/lib/markdown.php index 67294cb..2f492b3 100755 --- a/lib/markdown.php +++ b/lib/markdown.php @@ -1729,4 +1729,3 @@ negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. */ -?> \ No newline at end of file diff --git a/lib/pico.php b/lib/pico.php index d2230bd..e77c82c 100644 --- a/lib/pico.php +++ b/lib/pico.php @@ -335,5 +335,3 @@ class Pico { } } - -?> \ No newline at end of file diff --git a/plugins/pico_plugin.php b/plugins/pico_plugin.php index 03298e2..b590840 100644 --- a/plugins/pico_plugin.php +++ b/plugins/pico_plugin.php @@ -75,5 +75,3 @@ class Pico_Plugin { } } - -?> \ No newline at end of file