diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-17 15:16:40 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-17 15:16:40 -0700 |
commit | 401c9c21e1d5b0d88853e895491ee38f9fce38c7 (patch) | |
tree | 6a2d372c229a12ef43187e9d4f7bbea41ca1a1bf /modules | |
parent | 2935816fb3989af6a2a2439b99173240e8a6147c (diff) |
White-space fix and quoting update.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/in_place_edit.html.php | 4 |
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")) ?> |