X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSelectBoolean;h=232999d71bb210cd506879554a4d8cab73410df9;hb=de9d037528895f7151a9aead6724ce2df95f9586;hp=2de10246f0afacc4be266f53f095f026e75bcd7e;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/share/html/Elements/SelectBoolean b/rt/share/html/Elements/SelectBoolean index 2de10246f..232999d71 100755 --- a/rt/share/html/Elements/SelectBoolean +++ b/rt/share/html/Elements/SelectBoolean @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -63,9 +63,9 @@ $False => loc("isn't") my $TrueDefault = ''; my $FalseDefault = ''; if ($Default && $Default !~ /true/i) { - $FalseDefault = 'selected="selected"'; + $FalseDefault = 'selected="selected"'; } else { - $TrueDefault = 'selected="selected"'; + $TrueDefault = 'selected="selected"'; }