Revision: 1410
Author:   [email protected]
Date:     Mon Jan  2 12:45:54 2012
Log:      Fixed html generation to be valid RT70207 (H.Merijn Brand).
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1410

Modified:
 /trunk/Changes
 /trunk/bin/nytprofhtml

=======================================
--- /trunk/Changes      Fri Jun  3 14:22:26 2011
+++ /trunk/Changes      Mon Jan  2 12:45:54 2012
@@ -9,6 +9,7 @@
 =head2 Changes in Devel::NYTProf 4.07

   Added and clarified some notes in the troubleshooting docs.
+  Fixed html generation to be valid RT70207 (H.Merijn Brand).

 =head2 Changes in Devel::NYTProf 4.06 (svn r1406) 30th Nov 2010

=======================================
--- /trunk/bin/nytprofhtml      Fri Nov 19 08:45:40 2010
+++ /trunk/bin/nytprofhtml      Mon Jan  2 12:45:54 2012
@@ -357,7 +357,7 @@
                 $recdepth, fmt_time($sub->recur_incl_time);
         }

-        $sub_links .= sprintf qq{%*s<a %s>%s</a>%s</span></td>},
+        $sub_links .= sprintf qq{%*s<a %s>%s</a>%s</td>},
             $max_pkg_name_len+2, $pkg,
             $reporter->href_for_sub($subname),
             $subr,

--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to