diff options
Diffstat (limited to 'views/odd/pageshells')
-rw-r--r-- | views/odd/pageshells/pageshell.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/views/odd/pageshells/pageshell.php b/views/odd/pageshells/pageshell.php index 93b3e3185..92c11eadc 100644 --- a/views/odd/pageshells/pageshell.php +++ b/views/odd/pageshells/pageshell.php @@ -12,5 +12,11 @@ */ header("Content-Type: text/xml"); - echo $vars['body']; -?>
\ No newline at end of file + + +?> +<odd> +<?php +echo $vars['body']; +?> +</odd>
\ No newline at end of file |