summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-justtitle.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2021-07-08 09:51:30 -0700
committerIvan Kohler <ivan@freeside.biz>2021-07-08 09:51:30 -0700
commit73efa3f9ae88599d1c537cb8d050834d0bfcedba (patch)
treee3ead3755b7716f59d0c0cbb9615c74a7abc5429 /httemplate/elements/tr-justtitle.html
parenteb52ebdbdecd0f1861f92e29a61b29f825444dc2 (diff)
4.x style
Diffstat (limited to 'httemplate/elements/tr-justtitle.html')
-rw-r--r--httemplate/elements/tr-justtitle.html6
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>