This file is indexed.

/usr/share/bibledit/dialog/entry.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
<h2>##question##</h2>
<form action="##base_url##" name="form" method="post">
  <p><input type="text" name="entry" maxlength="300" value="##value##" autofocus /></p>
  <p><input type="submit" name="##submit##" value=translate("Submit") /></p>
</form>
<h3><a href="##base_url##">translate("Cancel")</a></h3>
<p>##help##</p>