From e8b1722d11e2073067f4000f0d9d66846d2df5b9 Mon Sep 17 00:00:00 2001 From: Eddie Kohler Date: Wed, 6 Sep 2023 21:16:18 -0400 Subject: [PATCH] Dewarn. --- src/reviewform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reviewform.php b/src/reviewform.php index 2b8d8ab2e..d3129d00c 100644 --- a/src/reviewform.php +++ b/src/reviewform.php @@ -200,7 +200,7 @@ private function print_web_edit(PaperInfo $prow, ReviewInfo $rrow, echo '
'; foreach ($rrow->viewable_fields($contact, true) as $f) { if (!$f->test_exists($rrow)) { - $rvalues->warning_at($f->short_id, "This review field is currently hidden by a field condition and is not visible to others."); + $rvalues->warning_at($f->short_id, "<0>This review field is currently hidden by a field condition and is not visible to others."); } $fv = $rrow->fields[$f->order]; $reqstr = $rvalues->req[$f->short_id] ?? null;