Skip to content

Commit 871b35b

Browse files
Lubos KoscoLubos Kosco
authored andcommitted
div src not unique when multiple readmes, closes issue #57
1 parent 60281ca commit 871b35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ document.pageReady.push(function() { pageReadyList();});
110110
continue;
111111
}
112112
%><h3><%= readMes.get(i) %></h3>
113-
<div id="src">
113+
<div id="src<%=i%>">
114114
<pre><%
115115
Util.dump(out, catfiles[i], catfiles[i].getName().endsWith(".gz"));
116116
%></pre>

0 commit comments

Comments
 (0)