Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-DBIProfile CPAN distribution.

Report information
The Basics
Id: 29670
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-DBIProfile

People
Owner: Nobody in particular
Requestors: GTERMARS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: 0.05



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">
Resolved in 0.05