Skip to content

Commit 5483932

Browse files
ahornaceVladimir Kotal
authored andcommitted
Fix duplicate line id
1 parent 7b94bd4 commit 5483932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opengrok-web/src/main/webapp/default/style-1.0.2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ html.diff #whole_header {
419419
display: inline-block;
420420
}
421421

422-
#history::before, #bar .annotate::before, #line::before, #defbox::before, #download::before, #raw::before {
422+
#history::before, #bar .annotate::before, #line::before, #defbox::before, #download::before, #raw::before, #scopes::before {
423423
content: "|";
424424
padding: 0.5ex;
425425
color: black;

opengrok-web/src/main/webapp/minisearch.jspf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ org.opengrok.indexer.web.Util"%><%
8080
<span id="line"></span>Line#</a></li>
8181
<li><a href="#" class="scopes-toggle"
8282
title="Show or hide scopes window.">
83-
<span id="line"><%-- TODO: give its own id --%></span>Scopes#</a></li>
83+
<span id="scopes"></span>Scopes#</a></li>
8484
<li><a href="#" id="navigate"
8585
title="Show or hide symbol list.">
8686
<span id="defbox"></span>Navigate#</a></li><%

0 commit comments

Comments
 (0)