This file is indexed.

/usr/share/games/flightgear/Phi/topics/Tools/Stopwatch.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
10
11
12
13
14
15
16
17
<div class="ui-widget ui-corner-all" data-bind="foreach: watches">
    <div class="ui-widget-header">
        Stopwatch
        <button style="float: right" 
                data-bind="button: { 
                    icons: { 
                        primary: 'ui-icon-newwin'
                    }, 
                    text: false
                }, 
                click: $parent.toDialog"
                title="Detach"
                ></button>
    </div>
    <div class="ui-widget-content ui-corner-all" data-bind="component: { name: 'Stopwatch' }"></div>
</div>
<button data-bind="button: { label: 'Add', icons: { primary: ' ui-icon-plusthick' } }, click: addWatch"></button>