summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/template/tu_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/tu_details.php b/web/template/tu_details.php
index c546eb7..5fe66c0 100644
--- a/web/template/tu_details.php
+++ b/web/template/tu_details.php
@@ -46,7 +46,7 @@ if ($yes > $active_tus / 2) {
<?php if ($isrunning == 0): ?>
<br />
<?= __("Result") ?>:
- <?php if (!$quorum): ?>
+ <?php if ($active_tus == 0): ?>
<span><?= __("unknown") ?></span>
<?php elseif ($vote_accepted): ?>
<span style="color: green; font-weight: bold"><?= __("Accepted") ?></span>