diff options
Diffstat (limited to 'views/elements/normalnav.html.php')
-rw-r--r-- | views/elements/normalnav.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/elements/normalnav.html.php b/views/elements/normalnav.html.php index 28eeeff..ae8583e 100644 --- a/views/elements/normalnav.html.php +++ b/views/elements/normalnav.html.php @@ -11,7 +11,7 @@ <?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?> <?= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?> -<button class="search" type="submit">Go</button> +<input type="submit" value="Go"> <?= $this->form->end(); ?> <div id="login" style="display: none;"> |