We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ab836b + 876d284 commit 9d96056Copy full SHA for 9d96056
src/org/opensolaris/opengrok/analysis/JFlexXref.java
@@ -17,8 +17,8 @@
17
* CDDL HEADER END
18
*/
19
20
- /*
21
- * Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
+/*
+ * Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
22
* Portions Copyright 2011 Jens Elkner.
23
24
package org.opensolaris.opengrok.analysis;
@@ -338,7 +338,7 @@ public void write(Writer out) throws IOException {
338
339
// terminate scopes
340
if (scopeOpen) {
341
- out.write("</div>");
+ out.write("</span>");
342
scopeOpen = false;
343
}
344
0 commit comments