Subject: | Duplicate titles in reports |
Each of the report sections has its title shown twice, once as
an "<h2>", and then again afterwards as an "<h1>". Don't need it
twice; the "<h2>" should be sufficient, no?
Attached patch removes the duplicate "<h1>" title.
Subject: | cap-dbiprofile-remove-duplicate-title.patch |
diff -ru CGI-Application-Plugin-DBIProfile-0.03.orig/DBIProfile.pm CGI-Application-Plugin-DBIProfile-0.03/DBIProfile.pm
--- CGI-Application-Plugin-DBIProfile-0.03.orig/DBIProfile.pm 2007-09-29 12:18:35.855686942 -0700
+++ CGI-Application-Plugin-DBIProfile-0.03/DBIProfile.pm 2007-09-29 12:18:07.954221833 -0700
@@ -306,9 +306,6 @@
<div id="#DBIPS_<tmpl_var sort>" class="report_summary"></div>
<div id="#DBIPR_<tmpl_var sort>" class="report_full" style="display:none">
-
- <h1><tmpl_var profile_title></h1>
-
<span><tmpl_var profile_graph></span>
<table border=0 width=100% cellspacing=0 style="margin: 5px">