changeset 162:744af11103b7 jdk6-b31

8026736: Enhance Javadoc pages Reviewed-by: jjg
author bpatel
date Tue, 08 Apr 2014 02:58:41 +0100
parents c5275d018fa1
children be4293ad2bbc
files src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java	Tue Jan 21 13:39:13 2014 -0500
+++ b/src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java	Tue Apr 08 02:58:41 2014 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -228,7 +228,7 @@
             } else  if (opt.equals("-doctitle")) {
                 doctitle =  os[1];
             } else  if (opt.equals("-windowtitle")) {
-                windowtitle =  os[1];
+                windowtitle = os[1].replaceAll("\\<.*?>", "");
             } else  if (opt.equals("-top")) {
                 top =  os[1];
             } else  if (opt.equals("-bottom")) {