diff options
| author | ivan <ivan> | 2009-02-06 18:31:39 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2009-02-06 18:31:39 +0000 | 
| commit | 02a40e1924c023669ac931c2eab04c49e8dbc89c (patch) | |
| tree | aaa2858677a20a0e0ce6e9e44c133a396ac8b064 /httemplate/elements | |
| parent | 9bfc701854c2bd6913d35d3f929d57656b6d2e08 (diff) | |
fix spurious "Unit #" label showing up, RT#4745
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/location.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index b0b30d3b1..d7b73a220 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -31,7 +31,7 @@ Example:  </TR>  <TR> -  <TD ALIGN="right"><FONT ID="<% $pre %>address2_required" color="#ff0000" STYLE="<% $address2_label_style %>">*</FONT> <FONT ID="<% $pre %>address2_label" STYLE="<% $address2_label_style %>"><B>Unit #</B></FONT></TD> +  <TD ALIGN="right"><FONT ID="<% $pre %>address2_required" color="#ff0000" <% $address2_label_style %>>*</FONT> <FONT ID="<% $pre %>address2_label" <% $address2_label_style %>><B>Unit #</B></FONT></TD>    <TD COLSPAN=7>      <INPUT TYPE     = "text"             NAME     = "<%$pre%>address2"  | 
