diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 00:14:07 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 00:14:07 +0000 |
| commit | fd0c0a608a5de2b26c29d3c44a7929e5a3b2c042 (patch) | |
| tree | 387f2628cae3580b7f09682de6e908d002c5fbb0 /kohana/views/kohana_error_disabled.php | |
| parent | 5a6aef9c23930b1de609c9914297e0f97bc49a11 (diff) | |
Updated kohana and modules/unit_test to upstream r4356
Diffstat (limited to 'kohana/views/kohana_error_disabled.php')
| -rw-r--r-- | kohana/views/kohana_error_disabled.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kohana/views/kohana_error_disabled.php b/kohana/views/kohana_error_disabled.php index ed44b396..cd911328 100644 --- a/kohana/views/kohana_error_disabled.php +++ b/kohana/views/kohana_error_disabled.php @@ -2,13 +2,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> +<style type="text/css"> +<?php include Kohana::find_file('views', 'kohana_errors', FALSE, 'css') ?> +</style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><?php echo $error ?></title> </head> <body> -<style type="text/css"> -<?php include Kohana::find_file('views', 'kohana_errors', FALSE, 'css') ?> -</style> <div id="framework_error" style="width:24em;margin:50px auto;"> <h3><?php echo html::specialchars($error) ?></h3> <p style="text-align:center"><?php echo $message ?></p> |
