This file is indexed.

/usr/share/bibledit/resource/image.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
<h2>translate("Image resource") "##name##"</h2>
<p class="success">##success##</p>
<p class="error">##error##</p>
<p>##journal##</p>
<table>
  ##imageblock##
</table>
<br>
<p>translate("Upload an image, or a PDF file, or a compressed archive of them.")</p>
<form enctype="multipart/form-data" action="?name=##name##" method="POST">
  <input name="data" type="file" />
  <input type="submit" name="upload" value="translate("Upload")" />
</form>
<br>
<p><a href="images?delete=##name##">translate("Erase this resource.")</a></p>