This file is indexed.

/usr/share/games/flightgear/Phi/topics/Simulator/Screenshot.html is in flightgear-phi 2016.4.2+dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
<div class="ui-widget ui-corner-all">
    <div>
    <span>Refresh image every</span>
        <input data-bind="spinner: { value: updateInterval, min: 1, spin: spinUpdateInterval }" , style="width: 2em;">
    <span>seconds</span>
    </div>

    <img data-bind="attr: { src: imageUrl }" style="width: 100%;">
</div>