diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2021-07-08 09:51:30 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2021-07-08 09:51:30 -0700 |
| commit | 73efa3f9ae88599d1c537cb8d050834d0bfcedba (patch) | |
| tree | e3ead3755b7716f59d0c0cbb9615c74a7abc5429 /httemplate/elements/tr-justtitle.html | |
| parent | eb52ebdbdecd0f1861f92e29a61b29f825444dc2 (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> |
