summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2012-01-23 21:00:39 +0000
committermark <mark>2012-01-23 21:00:39 +0000
commitf5aa3dd9639ac3d8655ae7452ceda5dc174db410 (patch)
tree6d5fd53f7c4b1816936f557ea6f4b4d9bf9d9b5e
parent34db84acf388d221783c9f2aa8c4a63d822359ed (diff)
fix typo, #15950
-rw-r--r--httemplate/elements/select-tower_sector.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/select-tower_sector.html b/httemplate/elements/select-tower_sector.html
index 1973ef9c6..456ef410c 100644
--- a/httemplate/elements/select-tower_sector.html
+++ b/httemplate/elements/select-tower_sector.html
@@ -12,7 +12,7 @@
table => 'tower',
name_col => 'towername',
id => 'towernum',
- field => 'dummy_towernum'
+ field => 'dummy_towernum',
onchange => 'change_towernum(this.value);',
element_etc => 'STYLE="vertical-align:top"',
&>
@@ -32,10 +32,10 @@ function change_towernum(towernum) {
return;
}
change_towernum('');
-% }
</SCRIPT>
<BR>
<INPUT TYPE="checkbox" VALUE="none" NAME="sectornum" CHECKED> No sector
+% }
<%init>
my %opt = @_;