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.
1 parent c6d5bfc commit 3411697Copy full SHA for 3411697
opengrok-web/src/main/webapp/xref.jspf
@@ -129,7 +129,7 @@ org.opengrok.indexer.web.QueryParameters"
129
defs, annotation, project);
130
} else if (g == AbstractAnalyzer.Genre.IMAGE) {
131
%></pre>
132
- <img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.URIEncode(rev) %>" alt="<%= path %>"/>
+ <img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.URIEncode(rev) %>" alt="Image from Source Repository"/>
133
<pre><%
134
} else if (g == AbstractAnalyzer.Genre.HTML) {
135
/*
0 commit comments