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

changeset 1742
7af0fa419a2b
parent 1359
25e14ad23cef
child 1748
051b728cfe90
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTag.java	Tue May 14 10:14:53 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTag.java	Tue May 14 10:14:54 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2013, 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 @@ -75,6 +75,7 @@
    1.11      SMALL(BlockType.INLINE, EndTag.END),
    1.12      SPAN(BlockType.INLINE, EndTag.END),
    1.13      STRONG(BlockType.INLINE, EndTag.END),
    1.14 +    SUB(BlockType.INLINE, EndTag.END),
    1.15      TABLE,
    1.16      TBODY,
    1.17      TD,

mercurial