summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-02 14:52:10 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-02 14:52:10 -0800
commit681613ac9e1fb21cab93033cf08b0e02b673e1b8 (patch)
tree394d0b7066dfb97cb422573de82398d6cb2a0ea2 /modules/gallery
parent7369c68ddd08cfd4d443985072870df1fefaca18 (diff)
Fix up tabs, leading <?php.
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/views/kohana/error.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/gallery/views/kohana/error.php b/modules/gallery/views/kohana/error.php
index 7c4a959c..7271db14 100644
--- a/modules/gallery/views/kohana/error.php
+++ b/modules/gallery/views/kohana/error.php
@@ -1,4 +1,4 @@
-<? defined("SYSPATH") or die("No direct script access.") ?>
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<? $error_id = uniqid("error") ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@@ -151,15 +151,15 @@
<?= t("Hey wait, you're an admin! We can tell you stuff.") ?>
</h2>
<div id="kohana_error">
- <h3>
+ <h3>
<span class="type">
<?= $type?> [ <?= $code ?> ]:
</span>
<span class="message">
<?= $message?>
</span>
- </h3>
- <div id="<?= $error_id ?>" class="content">
+ </h3>
+ <div id="<?= $error_id ?>" class="content">
<ol class="trace">
<li class="snippet">
<p>
@@ -219,11 +219,11 @@
</ol>
<? endif ?>
- </div>
- <h2>
+ </div>
+ <h2>
<a href="#<?= $env_id = $error_id."environment" ?>" onclick="return koggle('<?= $env_id ?>')"><?= t("Environment")?></a>
</h2>
- <div id="<?= $env_id ?>" class="content collapsed">
+ <div id="<?= $env_id ?>" class="content collapsed">
<? $included = get_included_files()?>
<h3><a href="#<?= $env_id = $error_id."environment_included" ?>" onclick="return koggle('<?= $env_id ?>')"><?= t("Included files")?></a>(<?= count($included)?>)</h3>
<div id="<?= $env_id ?>" class="collapsed">
@@ -271,7 +271,7 @@
</table>
</div>
<? endforeach?>
- </div>
+ </div>
</div>
</div>
<? endif ?>