Skip to content

Commit e5efb97

Browse files
committed
fix #1360
1 parent 56a2e68 commit e5efb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public void write(Writer out) throws IOException {
300300

301301
// terminate scopes
302302
if (scopeOpen) {
303-
out.write("</div>");
303+
out.write("</span>");
304304
scopeOpen = false;
305305
}
306306

0 commit comments

Comments
 (0)