File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
248
248
FileAnalyzerFactory a = AnalyzerGuru . find(basename);
249
249
Genre g = AnalyzerGuru . getGenre(a);
250
250
String error = null ;
251
- if (g == Genre . PLAIN|| g == Genre . HTML || g == null ) {
251
+ if (g == Genre . PLAIN || g == Genre . HTML || g == null ) {
252
252
InputStream in = null ;
253
253
try {
254
254
in = HistoryGuru . getInstance()
@@ -263,8 +263,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
263
263
a = AnalyzerGuru . find(in);
264
264
g = AnalyzerGuru . getGenre(a);
265
265
}
266
- if (g == Genre . DATA || g == Genre . XREFABLE
267
- || g == null )
266
+ if (g == Genre . DATA || g == Genre . XREFABLE || g == null )
268
267
{
269
268
% >
270
269
<div id =" src" >
You can’t perform that action at this time.
0 commit comments