Skip to content

Commit

Permalink
Dewarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 7, 2023
1 parent 768ebac commit e8b1722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reviewform.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private function print_web_edit(PaperInfo $prow, ReviewInfo $rrow,
echo '<div class="rve">';
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;
Expand Down

0 comments on commit e8b1722

Please sign in to comment.