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 c701ef8 commit 7d2de54Copy full SHA for 7d2de54
opengrok-web/src/main/webapp/xref.jspf
@@ -170,7 +170,7 @@ org.opengrok.indexer.web.QueryParameters"
170
<h3 class="error">Error reading file</h3><%
171
if (error != null) {
172
%>
173
-<p class="error"><%= error %></p><%
+<p class="error"><%= Util.htmlize(error) %></p><%
174
}
175
176
} else if (g == AbstractAnalyzer.Genre.IMAGE) {
0 commit comments