Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | |
142 | 142 | function sqValUpdate( sqValue ) { |
143 | 143 | if ( search ) { |
144 | | - search.value = sqValue; |
| 144 | + search.value = sqValue + ' '; |
145 | 145 | search.focus(); |
146 | 146 | searchApi( search.value ); |
147 | 147 | } |