X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FElements%2FSelectBoolean;h=02b49e7473ee9108ff079325a09f9fdb445af7d5;hb=c29cfb306d842c30d366d920cc74cfa73ae2f9df;hp=2de10246f0afacc4be266f53f095f026e75bcd7e;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/share/html/Elements/SelectBoolean b/rt/share/html/Elements/SelectBoolean index 2de10246f..02b49e747 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-2015 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"'; }