From c8de43092657e7b16e83e2db0357a8048a0d0f9e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Sep 2009 20:11:57 +0100 Subject: [PATCH] Minor cosmetic fixes --- yarrg/web/enter_commod | 1 + yarrg/web/enter_route | 1 + yarrg/web/query_route | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/yarrg/web/enter_commod b/yarrg/web/enter_commod index 2ccc9ab..666f625 100644 --- a/yarrg/web/enter_commod +++ b/yarrg/web/enter_commod @@ -68,5 +68,6 @@ Enter commodity (abbreviations are OK):
% ($$commodname_r,$$cmid_r) = @$row if $selected; % } +

% } #---------- end of dropdowns, now common middle of page code ---------- diff --git a/yarrg/web/enter_route b/yarrg/web/enter_route index 58b29f4..f4ad1d7 100644 --- a/yarrg/web/enter_route +++ b/yarrg/web/enter_route @@ -186,5 +186,6 @@ for my $dd (0..$qa->{Dropdowns}-1) { } +

% } diff --git a/yarrg/web/query_route b/yarrg/web/query_route index 26b83a5..8ac9ab0 100644 --- a/yarrg/web/query_route +++ b/yarrg/web/query_route @@ -87,7 +87,7 @@ my $goupdate= sub { $be_post ? 'Update' : 'Go' }; enterwhat => 'Enter route', islandids_r => \@islandids, archipelagoes_r => \@archipelagoes -&> + &> %#---------- textboxes, user enters details as strings ---------- % if (!$qa->{Dropdowns}) { -- 2.30.2