This file is indexed.

/usr/share/perl5/auto/share/dist/App-Alice/templates/window_footer.html is in alice 0.19-1.

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
? my ($app, $window) = @_;
          </ul>
        </div>
      </td>
    </tr>
    <tr class="input">
      <td id="<?= $window->id ?>_input">
        <form id="<?= $window->id ?>_form" autocomplete="off">
          <input type="hidden" name="source" value="<?= $window->id ?>" />
          <div class="textarea_wrap"><textarea name="msg" id="<?= $window->id ?>_msg" rows="1" autocapitalize="off"></textarea></div>
          <input type="submit" class="send" id="<?= $window->id ?>_submit" value="Send">
        </form>
      </td>
    </tr>
  </table>
</div>