Skip to content

Commit 47fec13

Browse files
committed
ISC: Add 'name' attribute to title <alt>
Avoid: $ npm test ... [21:00:01] File ./src/ISC.xml at line 9 Element '{http://www.spdx.org/license}alt': The attribute 'name' is required but missing. ...
1 parent 8dbed17 commit 47fec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ISC.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<crossRef>http://www.opensource.org/licenses/ISC</crossRef>
77
</crossRefs>
88
<titleText>
9-
<p><alt match="(The )?ISC License( \(ISC[L]?\))?:?">ISC License</alt></p>
9+
<p><alt name="title" match="(The )?ISC License( \(ISC[L]?\))?:?">ISC License</alt></p>
1010
</titleText>
1111
<copyrightText>
1212
<p>Copyright (c) <alt match=".+" name="copyright">2004-2010 by Internet Systems Consortium, Inc. ("ISC")

0 commit comments

Comments
 (0)