oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.33k stars 746 forks source link

OpenGrok omits code in .inc-files #950

Open kreutziger opened 9 years ago

kreutziger commented 9 years ago

OpenGrok version 0.12.1

If you view a file via OpenGrok it does not show some of the code, but if you search for it, it brings you the files as a match e.g. first.png gets to second.png. If I look into the source code of the Webpage, the code is there, but seems to be injected (third.png).

kreutziger commented 9 years ago

Ah, where are those pictures /:

first second third

vladak commented 9 years ago

Looks like xref has failed to escape the <div> and <form> elements.