This file is indexed.

/usr/share/bibledit/notes/verses.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
<h3>translate("Edit the verses?")</h3>
<p class="success">##success##</p>
<p class="error">##error##</p>
<form action="verses?id=##id##" name="form" method="post">
  <p><textarea name="verses">##verses##</textarea></p>
  <p><input type="submit" name="submit" value="translate("Save")" /></p>
</form>
<h4><a href="actions?id=##id##">translate("Cancel")</a></h4>