Page/Home
Fixes 2 html errors
This commit is contained in:
parent
dbb4ad0b2a
commit
011de295fd
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<?php $this->brick('announcement'); ?>
|
||||
|
||||
<div class="home-search" id="home-search">
|
||||
<form method="get" action="">
|
||||
<form method="get">
|
||||
<input type="text" name="search" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -85,6 +85,6 @@ endif;
|
|||
|
||||
<?php $this->brick('pageTemplate'); ?>
|
||||
|
||||
<noscript><div id="noscript-bg"></div><div id="noscript-text"><b><?=Lang::main('jsError'); ?></div></noscript>
|
||||
<noscript><div id="noscript-bg"></div><div id="noscript-text"><b><?=Lang::main('jsError'); ?></b></div></noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue