diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 00:05:50 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 00:05:50 +0000 |
commit | 5a6aef9c23930b1de609c9914297e0f97bc49a11 (patch) | |
tree | 4a05536f453bb1c2b5f92adae0bdee2df61cf2d0 | |
parent | 7f4bcb540fb4ee4ded9f4a4103112f36046cce5d (diff) |
Fix preamble
-rw-r--r-- | core/views/kohana_profiler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/kohana_profiler.php b/core/views/kohana_profiler.php index 262f3527..c7534349 100644 --- a/core/views/kohana_profiler.php +++ b/core/views/kohana_profiler.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access.") ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <style type="text/css"> #kohana-profiler { background-color: #F8FFF8; |