summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-17 15:53:30 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-17 15:53:30 -0800
commit7c2c77f3c15f32522381c2599a496a3807d4b454 (patch)
tree1bbf67eab062065a09fe7acc4fed819837e4eb6f /modules/gallery
parentb8e94302bd673f89beb63530bbb7cdfe3ce56da9 (diff)
parent9ae9dabe68ab83d34a3dcdc5092b454b8282a6cd (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/views/in_place_edit.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/in_place_edit.html.php b/modules/gallery/views/in_place_edit.html.php
index 03cbdc69..45cf1d8c 100644
--- a/modules/gallery/views/in_place_edit.html.php
+++ b/modules/gallery/views/in_place_edit.html.php
@@ -1,8 +1,8 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= form::open($action, array("method" => "post", "id" => "g-in-place-edit-form", "class" => "g-short-form"), $hidden) ?>
<ul>
- <li <? if (!empty($errors["input"])): ?> class="g-error"<? endif ?>>
- <?= form::input("input", $form["input"], " class='textbox'") ?>
+ <li<? if (!empty($errors["input"])): ?> class="g-error"<? endif ?>>
+ <?= form::input("input", $form["input"], " class=\"textbox\"") ?>
</li>
<li>
<?= form::submit(array("class" => "submit ui-state-default"), t("Save")) ?>