Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | <?php } ?> |
156 | 156 | <div id="p-search" class="portlet"> |
157 | 157 | <h5><label for="searchInput"><?php $this->msg('search') ?></label></h5> |
158 | | - <div class="pBody"> |
| 158 | + <div id="searchBody" class="pBody"> |
159 | 159 | <form action="<?php $this->text('searchaction') ?>" id="searchform"><div> |
160 | 160 | <input id="searchInput" name="search" type="text" <?php |
161 | 161 | if($this->haveMsg('accesskey-search')) { |