This file is indexed.

/usr/share/doc/ruby-innate/examples/app/whywiki_erb/layout/wiki.html.erb is in ruby-innate 2013.02.21-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
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <title>MicroWiki <%= h @page %></title>
    <style type="text/css">
      a.exists{ color: #00f; }
      a.missing{ color: #f00; }
      textarea{ width: 90%; height: 20em; }
    </style>
  </head>
  <body>
    <%= @content %>
  </body>
</html>