This file is indexed.

/usr/share/games/flightgear/Phi/widgets/AircraftMarker.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
18
19
20
21
22
23
<div data-bind="
  html: iconSvg, 
  style: {
    transform: transformCss(),
    '-webkit-transform': transformCss(),
    '-ms-transform': transformCss(),
  }">
</div>
<!-- ko foreach: label -->
<div data-bind="text: $data" style="
     display: inline-block; 
     white-space: nowrap; 
     font-weight: bold;
     border-radius: 3px; 
     color: white; 
     text-shadow: 0px 1px 0px black;
     line-height: 105%;
     border: 1px solid rgba(0,0,0,0.20);
     background: rgba(40,40,40,0.2);
     padding: 2px 3px;
     ">
</div>
<!-- /ko -->