diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-05-16 11:32:11 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-05-16 11:32:11 -0700 |
commit | 91e87cb811769dc9490549ca4c01a3830ee6da37 (patch) | |
tree | 2139b9894e1f8e7f651a0772abdf10cf8aa86335 /modules/gallery | |
parent | 6f6797afb2ace053e835754b7cf8e8a66e36de12 (diff) |
Oops, fix indentation in 99af395a01edac438cef4e42af1f4c26a3532acc
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/error_admin.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php index 96e7bf51..3e7c286e 100644 --- a/modules/gallery/views/error_admin.html.php +++ b/modules/gallery/views/error_admin.html.php @@ -3,7 +3,7 @@ <? if (!function_exists("t")) { function t($msg) { return $msg; } } ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> <style type="text/css"> body { background: #fff; |