removed php close tags
This commit is contained in:
parent
2504561a59
commit
6f9d0282f7
5 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
?>
|
|
@ -12,5 +12,3 @@ require(ROOT_DIR .'vendor/autoload.php');
|
|||
require(LIB_DIR .'markdown.php');
|
||||
require(LIB_DIR .'pico.php');
|
||||
$pico = new Pico();
|
||||
|
||||
?>
|
|
@ -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.
|
||||
|
||||
*/
|
||||
?>
|
|
@ -335,5 +335,3 @@ class Pico {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
|
@ -75,5 +75,3 @@ class Pico_Plugin {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue