This file is indexed.

/usr/share/bibledit/public/index.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
22
23
24
25
26
27
28
29
<style type="text/css">
##custom_css##
</style>
<style type="text/css">
##exports_css##
</style>
<p>
<!-- #BEGINZONE bibles -->
<a href="?bible=">
  <!-- #ENDZONE bibles -->
##bible##
<!-- #BEGINZONE bibles -->
</a>
<!-- #ENDZONE bibles -->
</p>
<table>
  <tr>
    <td class="topalign">
      <div id="publicchapter" class="##custom_class## "></div>
    </td>
    <td class="topalign">
      <div class="nowrap">translate ("Public feedback")</div>
      <div class="nowrap"><a href="new">translate ("Create new")</a></div>
      <div id="publicnotes"></div>
    </td>
  </tr>
</table>
<script>##script##</script>
<script type="text/javascript" src="index.js?##VERSION##"></script>