[Rspamd] Properly close additional Rspamd maps

master
André Peters 2018-10-19 11:12:58 +02:00 committed by GitHub
parent 7490a85a48
commit 68f2a1c5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -358,6 +358,10 @@ while ($row = array_shift($rows)) {
foreach ($content as $line) {
echo ' ' . $line . PHP_EOL;
}
?>
}
<?php
}
?>
}