This file is indexed.

/usr/share/gitit/data/templates/userbox.st is in libghc-gitit-data 0.12.1-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
<div id="userbox">
  <noscript>
    <a href="$base$/_login">Login</a>
    <a href="$base$/_logout">Logout</a>
  </noscript>
  &nbsp;
  <a id="loginlink" class="login" href="$base$/_login">Login / Get an account</a>
  <a id="logoutlink" class="login" href="$base$/_logout">Logout <span id="logged_in_user"></span></a>
</div>