diff options
Diffstat (limited to 'mod/match.php')
-rw-r--r-- | mod/match.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/match.php b/mod/match.php index eea2dad4f..c33bbd5c2 100644 --- a/mod/match.php +++ b/mod/match.php @@ -59,6 +59,7 @@ function match_content(&$a) { } + $o .= cleardiv(); $o .= paginate($a); return $o; } |