diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-08-17 22:33:30 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-17 22:33:30 -0700 |
| commit | 21a0f832b66eaba902b09e2a88ece52c76e4a0c3 (patch) | |
| tree | 6bd9f66d6ca96c1155debf85a8e2f3dbe9a507dd /modules/search/views/search.html.php | |
| parent | 387d30da764b152a9bb40ac6db7d9ce5282aa7a3 (diff) | |
| parent | ea2808f48ffe10afc6514f0d1c96fe8b3f36f8e6 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/search/views/search.html.php')
| -rw-r--r-- | modules/search/views/search.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search/views/search.html.php b/modules/search/views/search.html.php index 2e139ecf..3436a00c 100644 --- a/modules/search/views/search.html.php +++ b/modules/search/views/search.html.php @@ -8,10 +8,10 @@ <ul> <li> <label for="q"><?= t("Search the gallery") ?></label> - <input name="q" id="q" type="text" value="<?= html::clean_attribute($q) ?>"/> + <input name="q" id="q" type="text" value="<?= html::clean_attribute($q) ?>" class="text" /> </li> <li> - <input type="submit" value="<?= t("Search")->for_html_attr() ?>" /> + <input type="submit" value="<?= t("Search")->for_html_attr() ?>" class="submit" /> </li> </ul> </fieldset> |
