RFR:8194953:doclet corrupts HTML files when adding navbar

2018-01-16 Thread Kumar Srinivasan
Hello, Please review the webrev [2] which works around the problem of doc-files needing or using css and stylesheets as described in [1] Thanks Kumar [1] https://bugs.openjdk.java.net/browse/JDK-8194953 [2] http://cr.openjdk.java.net/~ksrini/8194953/webrev-00/

Re: RFR:8194953:doclet corrupts HTML files when adding navbar

2018-01-16 Thread Jonathan Gibbons
OK, as a temporary short term fix. Make sure to ignore case when checking for the stylesheet attr. -- Jon On 01/16/2018 02:39 PM, Kumar Srinivasan wrote: Hello, Please review the webrev [2] which works around the problem of doc-files needing or using css and stylesheets as described in [1]