mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Page/Home
Fixes 2 html errors
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<?php $this->brick('announcement'); ?>
|
<?php $this->brick('announcement'); ?>
|
||||||
|
|
||||||
<div class="home-search" id="home-search">
|
<div class="home-search" id="home-search">
|
||||||
<form method="get" action="">
|
<form method="get">
|
||||||
<input type="text" name="search" />
|
<input type="text" name="search" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@@ -85,6 +85,6 @@ endif;
|
|||||||
|
|
||||||
<?php $this->brick('pageTemplate'); ?>
|
<?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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user