This file is indexed.

/usr/share/bibledit/notes/edit.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
<h3>translate("Edit note contents")</h3>
<p>
translate("Click on your own contributions to this Consultation Note to edit them.")
translate("Then save them.")
</p>
<br>
<div id="noteblock">##noteblock##</div>
<br>
<form action="edit?identifier=##identifier##" id="form" method="post">
  <textarea id="data" name="data" style="display:none;"></textarea>
  <p><input type="submit" name="save" value=translate("Save") /></p>
</form>
<script type="text/javascript" src="edit.js?##VERSION##"></script>