diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 09:25:35 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 09:25:35 -0700 |
| commit | ae58eda132b5a89ce251dbdf13822dee2f3bc92f (patch) | |
| tree | f73075e049daa9dc0ecaeace57bded4ab2094528 /httemplate/elements/tr-censustract.html | |
| parent | 0f75f84be04be93b73c32bf8a1e34d539f753c06 (diff) | |
4.x styling customer edit cleanup
Diffstat (limited to 'httemplate/elements/tr-censustract.html')
| -rw-r--r-- | httemplate/elements/tr-censustract.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-censustract.html b/httemplate/elements/tr-censustract.html index 7a4b34943..c7ca270e9 100644 --- a/httemplate/elements/tr-censustract.html +++ b/httemplate/elements/tr-censustract.html @@ -1,6 +1,6 @@ % if ($location->country eq 'US' and $censustract) { <TR> - <TD ALIGN="right"><% mt('Census tract') |h %></TD> + <TH ALIGN="right"><% mt('Census tract') |h %></TH> <TD COLSPAN=5> <SPAN STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $censustract |h %></SPAN> <% $censusyear |h %> |
