aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/html/search/result.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/standard/html/search/result.php')
-rw-r--r--template/standard/html/search/result.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/search/result.php b/template/standard/html/search/result.php
index 1558c3c..044afe1 100644
--- a/template/standard/html/search/result.php
+++ b/template/standard/html/search/result.php
@@ -29,8 +29,8 @@
<input type="submit" value="<?=$Language->text('search')?>" />
</form>
-<ul class="item-list post">
+<div class="item-container post">
<?php foreach($RESULT['LIST'] as $post): ?>
<?php echo $post; ?>
<?php endforeach; ?>
-</ul> \ No newline at end of file
+</div> \ No newline at end of file