summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/template/pkgreq_results.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/template/pkgreq_results.php b/web/template/pkgreq_results.php
index 74fcb10d..fb49dfae 100644
--- a/web/template/pkgreq_results.php
+++ b/web/template/pkgreq_results.php
@@ -1,3 +1,6 @@
+<?php if (count($results) == 0): ?>
+<p><?= __("No requests matched your search criteria.") ?></p>
+<?php else: ?>
<?php if ($show_headers): ?>
<div class="pkglist-stats">
<p>
@@ -129,3 +132,4 @@
<?php endif; ?>
</div>
<?php endif; ?>
+<?php endif; ?>