Skip to content

Commit

Permalink
h2 inner tag to not display the rest in page navig
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajdos committed Jun 30, 2022
1 parent 7ca6e5d commit 5448512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chameleon-style.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ static void content_family_styles_indexes(FILE *html, config_t config,


fprintf(html,
" <h2><table style=\"width:100%\"><tr><td>"FAMILY_STYLES"</td>\n");
" <table style=\"width:100%\"><tr><td><h2>"FAMILY_STYLES"</h2></td>\n");

if (config.install_type == YMP && pi.name[0])
{
Expand All @@ -545,7 +545,7 @@ static void content_family_styles_indexes(FILE *html, config_t config,
"<a style=\"font-size:medium;font-weight:bold;color:#690\""
" href=../%s>1&nbsp;Click Install</a></td>", filename);
}
fprintf(html, "</tr></table></h2>\n");
fprintf(html, "</tr></table>\n");

fprintf(html,
" <div class=\"table-responsive\">\n");
Expand Down

0 comments on commit 5448512

Please sign in to comment.