src/share/classes/com/sun/tools/doclint/HtmlTag.java

changeset 3315
6f0746b6de9f
parent 2413
fe033d997ddf
child 3446
e468915bad3a
     1.1 --- a/src/share/classes/com/sun/tools/doclint/HtmlTag.java	Tue Jul 12 14:52:08 2016 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclint/HtmlTag.java	Mon Jul 18 23:53:12 2016 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2016, 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 @@ -183,7 +183,8 @@
    1.11          }
    1.12      },
    1.13  
    1.14 -    SCRIPT(BlockType.OTHER, EndKind.REQUIRED),
    1.15 +    SCRIPT(BlockType.OTHER, EndKind.REQUIRED,
    1.16 +            attrs(AttrKind.OK, SRC)),
    1.17  
    1.18      SMALL(BlockType.INLINE, EndKind.REQUIRED,
    1.19              EnumSet.of(Flag.EXPECT_CONTENT)),

mercurial