Index: trunk/extensions/MobileFrontend/views/layout/_search_webkit.html.php |
— | — | @@ -24,8 +24,8 @@ |
25 | 25 | </form> |
26 | 26 | </div> |
27 | 27 | <div class='nav' id='nav'> |
28 | | - <button onClick="javascript:location.href='{$mainPageUrl}';" type="submit" id="homeButton">{$homeButton}</button> |
29 | | - <button onClick="javascript:location.href='{$randomPageUrl}';" type="submit" id="randomButton">{$randomButton}</button> |
| 28 | + <button onclick="javascript:location.href='{$mainPageUrl}';" type="submit" id="homeButton">{$homeButton}</button> |
| 29 | + <button onclick="javascript:location.href='{$randomPageUrl}';" type="submit" id="randomButton">{$randomButton}</button> |
30 | 30 | </div> |
31 | 31 | </div> |
32 | 32 | EOD; |