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

changeset 1740
ce4f0769b4b2
parent 1635
e0ef84e33167
child 1985
0e6577980181
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/FrameOutputWriter.java	Tue May 14 10:14:53 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/FrameOutputWriter.java	Tue May 14 10:14:53 2013 -0700
     1.3 @@ -121,7 +121,7 @@
     1.4                  getResource("doclet.Frame_Alert"));
     1.5          noframes.addContent(noframesHead);
     1.6          Content p = HtmlTree.P(getResource("doclet.Frame_Warning_Message",
     1.7 -                getHyperLinkString(configuration.topFile,
     1.8 +                getHyperLink(configuration.topFile,
     1.9                  configuration.getText("doclet.Non_Frame_Version"))));
    1.10          noframes.addContent(p);
    1.11          contentTree.addContent(noframes);

mercurial