fix typo, #15950
authormark <mark>
Mon, 23 Jan 2012 21:00:39 +0000 (21:00 +0000)
committermark <mark>
Mon, 23 Jan 2012 21:00:39 +0000 (21:00 +0000)
httemplate/elements/select-tower_sector.html

index 1973ef9..456ef41 100644 (file)
@@ -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 = @_;