* Thu Feb 13 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-25.sme

- Fix various typos as per bug but more to find [SME: 12472]
This commit is contained in:
John Crisp
2025-02-13 20:07:42 +01:00
parent 42ce2cced8
commit 725b2f5418
4 changed files with 10 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
% foreach my $sv (@services) {
% my $svBC = $sv->prop('BadCountries') || ' ';
% my $svRev = (( $sv->prop('Xt_geoipRev')|| 'disabled') eq 'disabled' )? '==': '!=';
% my $svRev = (( $sv->prop('XTGeoipRev')|| 'disabled') eq 'disabled' )? '==': '!=';
% my $color = 'red';
% my $deco= "none";
% if ($svRev eq '!=' ) { $color = 'green'; }