removed php close tags

This commit is contained in:
hsz 2013-07-16 10:57:08 +02:00
parent 2504561a59
commit 6f9d0282f7
5 changed files with 0 additions and 9 deletions

View file

@ -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
*/
?>

View file

@ -12,5 +12,3 @@ require(ROOT_DIR .'vendor/autoload.php');
require(LIB_DIR .'markdown.php');
require(LIB_DIR .'pico.php');
$pico = new Pico();
?>

View file

@ -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.
*/
?>

View file

@ -335,5 +335,3 @@ class Pico {
}
}
?>

View file

@ -75,5 +75,3 @@ class Pico_Plugin {
}
}
?>