From e50b0eb992f599f390e784d548c35b4c414232f9 Mon Sep 17 00:00:00 2001 From: dybvig Date: Mon, 16 May 2016 16:28:06 -0400 Subject: [PATCH] adding LOG entry for pdhtml.ss changes original commit: 4f624b82ec5d1c2ae044efeaba253e3454dfcd02 --- LOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LOG b/LOG index dfff8aab67..3d980cb4fe 100644 --- a/LOG +++ b/LOG @@ -159,3 +159,10 @@ README.md - fixed embarrassing typo in read me. README.md +- profiler's html output refresh: mark the files as HTML5 rather + than HTML4; use target attributes rather than onclick events to + open links in specific windows; add a missing table row element; + replace the deprecated name attribute with an id attribute (and + replace the anchors with spans); and replace the deprecated valign + attribute with a style attribute. + pdhtml.ss