Skip to content

Commit 3411697

Browse files
committed
use constant alt
1 parent c6d5bfc commit 3411697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ org.opengrok.indexer.web.QueryParameters"
129129
defs, annotation, project);
130130
} else if (g == AbstractAnalyzer.Genre.IMAGE) {
131131
%></pre>
132-
<img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.URIEncode(rev) %>" alt="<%= path %>"/>
132+
<img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.URIEncode(rev) %>" alt="Image from Source Repository"/>
133133
<pre><%
134134
} else if (g == AbstractAnalyzer.Genre.HTML) {
135135
/*

0 commit comments

Comments
 (0)