diff options
| -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"  | 
