[Rt-commit] rt branch 5.0.2-releng updated. rt-5.0.2beta1-17-g591bd3ed01
BPS Git Server
git at git.bestpractical.com
Fri Sep 10 19:43:01 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0.2-releng has been updated
via 591bd3ed01c59bd6dfad3ca0a8e6e3bf408542db (commit)
from e490b2a1712bb1fc3db6519bf72297be6861a0d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 591bd3ed01c59bd6dfad3ca0a8e6e3bf408542db
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Sep 10 15:29:50 2021 -0400
Restore OR accidentally changed in bootstrap updates
diff --git a/share/html/Search/Elements/SelectAndOr b/share/html/Search/Elements/SelectAndOr
index 42f0c85420..64ab39797d 100644
--- a/share/html/Search/Elements/SelectAndOr
+++ b/share/html/Search/Elements/SelectAndOr
@@ -50,7 +50,7 @@
<label class="form-check-label" for="<% $Name %>-and"><&|/l&>AND</&></label>
</div>
<div class="form-check form-check-inline">
- <input class="form-check-input" type="radio" name="<% $Name %>" id="<% $Name %>-or" value="AND">
+ <input class="form-check-input" type="radio" name="<% $Name %>" id="<% $Name %>-or" value="OR">
<label class="form-check-label" for="<% $Name %>-or"><&|/l&>OR</&></label>
</div>
-----------------------------------------------------------------------
Summary of changes:
share/html/Search/Elements/SelectAndOr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list