This file is indexed.

/usr/share/bibledit/changes/statistics.html is in bibledit-data 5.0.453-3.

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
<h3>translate("Change statistics")</h3>
<p>translate ("User"): ##user##</p>
<p>
<!-- #BEGINITERATION users -->
##divider##
<a href="?user=##user##">##user##</a>
<!-- #ENDITERATION users -->
</p>
<br>
<table>
<tr>
  <th>translate ("Date")</th>
  <th>translate ("Number of changes")</th>
</tr>
<!-- #BEGINITERATION statistics -->
<tr>
  <td>##date##</td>
  <td class="center">##count##</td>
</tr>
<!-- #ENDITERATION statistics -->
</table>