src/share/classes/com/sun/tools/doclets/formats/html/HelpWriter.java

changeset 943
72bdd232e0ea
parent 934
480de7832e2f
child 966
53f212bed4f4
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/HelpWriter.java	Tue Mar 22 18:32:41 2011 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/HelpWriter.java	Wed Mar 23 14:40:18 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -96,7 +96,7 @@
    1.11          Content heading = HtmlTree.HEADING(HtmlConstants.TITLE_HEADING, false, HtmlStyle.title,
    1.12                  getResource("doclet.Help_line_1"));
    1.13          Content div = HtmlTree.DIV(HtmlStyle.header, heading);
    1.14 -        Content line2 = HtmlTree.P(HtmlStyle.subTitle,
    1.15 +        Content line2 = HtmlTree.DIV(HtmlStyle.subTitle,
    1.16                  getResource("doclet.Help_line_2"));
    1.17          div.addContent(line2);
    1.18          contentTree.addContent(div);

mercurial