diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2021-07-08 09:51:27 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2021-07-08 09:51:27 -0700 |
| commit | 50cc2b95894b151599b458462dcd83edb68980ce (patch) | |
| tree | 2044d033b76d929703ccc685d24d7119d993862e /httemplate/elements/tr-justtitle.html | |
| parent | 9b8823fca219e54ece55ebddf75d3943c8108a5e (diff) | |
4.x style
Diffstat (limited to 'httemplate/elements/tr-justtitle.html')
| -rw-r--r-- | httemplate/elements/tr-justtitle.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html index b87f7e128..316ea69a8 100644 --- a/httemplate/elements/tr-justtitle.html +++ b/httemplate/elements/tr-justtitle.html @@ -1,7 +1,7 @@ <TR> - <TH CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left" <%$id%>> - <FONT SIZE="+1"><% $opt{value} %></FONT> - </TH> + <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left" <%$id%>> + <FONT CLASS="fsinnerbox-title"><% $opt{value} %></FONT> + </TD> </TR> <%init> |
