File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ document.pageReady.push(function() { pageReadyList();});
226226 if (g == AbstractAnalyzer . Genre . IMAGE ) {
227227% >
228228<div id =" src" >
229- <img src =" <%= rawPath % >" alt =" Image from Source Repository" />
229+ <img src =" <%= rawPath % >" alt =" from Source Repository" />
230230</div ><%
231231 } else if ( g == AbstractAnalyzer . Genre . HTML ) {
232232 /*
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ org.opengrok.indexer.web.QueryParameters"
131131 defs, annotation, project, resourceFile);
132132 } else if (g == AbstractAnalyzer.Genre.IMAGE) {
133133 %></pre>
134- <img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.uriEncode(rev) %>" alt="Image from Source Repository"/>
134+ <img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.uriEncode(rev) %>" alt="from Source Repository"/>
135135 <pre><%
136136 } else if (g == AbstractAnalyzer.Genre.HTML) {
137137 /*
@@ -177,7 +177,7 @@ org.opengrok.indexer.web.QueryParameters"
177177%>
178178<div id="src">
179179 <img src="<%= rawPath %>?<%= QueryParameters.REVISION_PARAM_EQ %><%= Util.uriEncode(rev) %>"
180- alt="Image from Source Repository"/>
180+ alt="from Source Repository"/>
181181</div><%
182182 } else {
183183%>
You can’t perform that action at this time.
0 commit comments