Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opengrok-web/src/main/webapp/list.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ document.pageReady.push(function() { pageReadyList();});
if (g == AbstractAnalyzer.Genre.IMAGE) {
%>
<div id="src">
<img src="<%= rawPath %>" alt="Image from Source Repository"/>
<img src="<%= rawPath %>" alt="from Source Repository"/>
</div><%
} else if ( g == AbstractAnalyzer.Genre.HTML) {
/*
Expand Down
4 changes: 2 additions & 2 deletions opengrok-web/src/main/webapp/xref.jspf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ org.opengrok.indexer.web.QueryParameters"
defs, annotation, project, resourceFile);
} else if (g == AbstractAnalyzer.Genre.IMAGE) {
%></pre>
<img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.uriEncode(rev) %>" alt="Image from Source Repository"/>
<img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.uriEncode(rev) %>" alt="from Source Repository"/>
<pre><%
} else if (g == AbstractAnalyzer.Genre.HTML) {
/*
Expand Down Expand Up @@ -177,7 +177,7 @@ org.opengrok.indexer.web.QueryParameters"
%>
<div id="src">
<img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.uriEncode(rev) %>"
alt="Image from Source Repository"/>
alt="from Source Repository"/>
</div><%
} else {
%>
Expand Down
Loading