Skip to content

Commit 9d96056

Browse files
author
Vladimir Kotal
authored
Merge pull request #1382 from mrate/scopes
Scopes
2 parents 6ab836b + 876d284 commit 9d96056

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/org/opensolaris/opengrok/analysis/JFlexXref.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* CDDL HEADER END
1818
*/
1919

20-
/*
21-
* Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
20+
/*
21+
* Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
2222
* Portions Copyright 2011 Jens Elkner.
2323
*/
2424
package org.opensolaris.opengrok.analysis;
@@ -338,7 +338,7 @@ public void write(Writer out) throws IOException {
338338

339339
// terminate scopes
340340
if (scopeOpen) {
341-
out.write("</div>");
341+
out.write("</span>");
342342
scopeOpen = false;
343343
}
344344

0 commit comments

Comments
 (0)